Fix typo in i18n readme
This commit is contained in:
+6
-6
@@ -33,7 +33,7 @@ When you're done editing, you can build the `nw_XX.qm` file and test it in
|
|||||||
novelWriter. The Preferences dialog should list the newly added language, and
|
novelWriter. The Preferences dialog should list the newly added language, and
|
||||||
you can select it and test it.
|
you can select it and test it.
|
||||||
|
|
||||||
Please do not submit thw `.qm` files to the repository. Only the `.ts` files
|
Please do not submit the `.qm` files to the repository. Only the `.ts` files
|
||||||
are needed.
|
are needed.
|
||||||
|
|
||||||
**Note:** This requires that you have the tools Qt 5 Linguist and `pylupdate5`
|
**Note:** This requires that you have the tools Qt 5 Linguist and `pylupdate5`
|
||||||
@@ -43,12 +43,12 @@ installed on your system.
|
|||||||
|
|
||||||
Projects can have a different language setting than the GUI itself. The files
|
Projects can have a different language setting than the GUI itself. The files
|
||||||
with format `project_XX.json` are simple translation maps for text that goes
|
with format `project_XX.json` are simple translation maps for text that goes
|
||||||
into the exported documents.
|
into the exported documents generated by the Build Novel Project tool.
|
||||||
|
|
||||||
The files are loaded based on the language setting on the Build Novel Project
|
The files are loaded based on the language setting on the build tool. At the
|
||||||
tool. At the present time, no other parts of the application use these files.
|
present time, no other parts of the application use these files. Since these
|
||||||
Since these are used as replacement lookups, they are maintained as plain JSON
|
are used as replacement lookups, they are maintained as plain JSON files. The
|
||||||
files. The main usage is to generate chapter headers as number words.
|
main usage is to generate chapter headers as number words.
|
||||||
|
|
||||||
There is no trick to using these files. Just copy the `project_en.json` file,
|
There is no trick to using these files. Just copy the `project_en.json` file,
|
||||||
rename it to the appropriate language coded filename, and edit it. Please use
|
rename it to the appropriate language coded filename, and edit it. Please use
|
||||||
|
|||||||
Reference in New Issue
Block a user