diff options
author | Ruben Davila <rdavila84@gmail.com> | 2017-06-01 15:07:56 -0500 |
---|---|---|
committer | Ruben Davila <rdavila84@gmail.com> | 2017-06-01 15:07:56 -0500 |
commit | 9d699a90e3ee74a5b0b7284b33d4be41cb503bf4 (patch) | |
tree | 63cccd325e42e442b094d4e61271f47f18ae0e8d /doc | |
parent | 1cd5c6d940baf5ee03e14ab924c4bb198aa04fd7 (diff) | |
download | gitlab-ce-9d699a90e3ee74a5b0b7284b33d4be41cb503bf4.tar.gz |
Add new Rake task to simplify the compilation of PO filesadd-new-rake-task-for-gettext
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/i18n_guide.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/development/i18n_guide.md b/doc/development/i18n_guide.md index 735345bd126..bfb0779fbfa 100644 --- a/doc/development/i18n_guide.md +++ b/doc/development/i18n_guide.md @@ -233,8 +233,7 @@ Let's suppose you want to add translations for a new language, let's say French. containing the translations: ```sh - bundle exec rake gettext:pack - bundle exec rake gettext:po_to_json + bundle exec rake gettext:compile ``` 1. In order to see the translated content we need to change our preferred language |