diff options
Diffstat (limited to 'dist/english_plurals/README.md')
-rw-r--r-- | dist/english_plurals/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/english_plurals/README.md b/dist/english_plurals/README.md index a4954f6a6..57e19ad8f 100644 --- a/dist/english_plurals/README.md +++ b/dist/english_plurals/README.md @@ -10,7 +10,7 @@ Qt has "Translation Rules for Plurals", small example // i = 2: Building: 2 shaders -For yuzu the source language used is English, for all other languages handling of plurals is handled by Qt and the translation collaboration site. Handling plurals in the source language (English) requires special consideration. +For citron the source language used is English, for all other languages handling of plurals is handled by Qt and the translation collaboration site. Handling plurals in the source language (English) requires special consideration. With CMake flag GENERATE_QT_TRANSLATION a generated_en.ts file is created from the source. It ignored by git (`.gitignore` in the project root). It is placed in this directory so that the relative refrences with the source code is correct. |