diff options
author | Zephyron <zephyron@citron-emu.org> | 2024-12-31 17:07:49 +1000 |
---|---|---|
committer | Zephyron <zephyron@citron-emu.org> | 2024-12-31 17:07:49 +1000 |
commit | b3facaa6bb30cdc39f2b7d632fef1e3bfeee7785 (patch) | |
tree | 77d03cd30542cd5e1addc61f240b8120a5909e90 /dist/english_plurals | |
parent | 6778aa8ec8e5fa0d246ac4b9ec00c10213c30ce5 (diff) |
chore: update project references and add Citron copyright
- Replaced all references to the old project name with Citron.
- Added Citron copyright information alongside existing notices in all files.
Diffstat (limited to 'dist/english_plurals')
-rw-r--r-- | dist/english_plurals/README.md | 2 | ||||
-rw-r--r-- | dist/english_plurals/en.ts | 12 |
2 files changed, 7 insertions, 7 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. diff --git a/dist/english_plurals/en.ts b/dist/english_plurals/en.ts index 172cd4bba..5e82cb728 100644 --- a/dist/english_plurals/en.ts +++ b/dist/english_plurals/en.ts @@ -4,7 +4,7 @@ <context> <name>GMainWindow</name> <message numerus="yes"> - <location filename="../../src/yuzu/main.cpp" line="2322"/> + <location filename="../../src/citron/main.cpp" line="2322"/> <source>%n file(s) remaining</source> <translation> <numerusform>%n file remaining</numerusform> @@ -12,7 +12,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../../src/yuzu/main.cpp" line="2377"/> + <location filename="../../src/citron/main.cpp" line="2377"/> <source>%n file(s) were newly installed </source> <translation> @@ -23,7 +23,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../../src/yuzu/main.cpp" line="2380"/> + <location filename="../../src/citron/main.cpp" line="2380"/> <source>%n file(s) were overwritten </source> <translation> @@ -34,7 +34,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../../src/yuzu/main.cpp" line="2382"/> + <location filename="../../src/citron/main.cpp" line="2382"/> <source>%n file(s) failed to install </source> <translation> @@ -45,7 +45,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../../src/yuzu/main.cpp" line="3264"/> + <location filename="../../src/citron/main.cpp" line="3264"/> <source>Building: %n shader(s)</source> <translation> <numerusform>Building: %n shader</numerusform> @@ -56,7 +56,7 @@ <context> <name>GameListSearchField</name> <message numerus="yes"> - <location filename="../../src/yuzu/game_list.cpp" line="87"/> + <location filename="../../src/citron/game_list.cpp" line="87"/> <source>%1 of %n result(s)</source> <translation> <numerusform>%1 of %n result</numerusform> |