Skip to content

Commit fcf09b3

Browse files
committed
Update documentation about localization.
1 parent 7b32601 commit fcf09b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Localization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To begin translating to a new language, run this command, from :gh_tree:`cms/ser
3434

3535
Right after that, open :file:`<code>.po` and fill the information in the header. To translate a string, simply fill the corresponding msgstr with the translations. You can also use specialized translation softwares such as poEdit and others.
3636

37-
If the developers updated the ``.pot`` file, you do not need to start from scratch. Instead, you can create a new ``.po`` file that merges the old translated string with the new, to-be-translated ones. The command is the following, run inside :gh_tree:`cms/server/po/`.
37+
When the developers update the ``.pot`` file, you do not need to start from scratch. Instead, you can create a new ``.po`` file that merges the old translated string with the new, to-be-translated ones. The command is the following, run inside :gh_tree:`cms/server/po/`.
3838

3939
.. sourcecode:: bash
4040

0 commit comments

Comments
 (0)