From b3facaa6bb30cdc39f2b7d632fef1e3bfeee7785 Mon Sep 17 00:00:00 2001 From: Zephyron Date: Tue, 31 Dec 2024 17:07:49 +1000 Subject: 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. --- dist/english_plurals/README.md | 2 +- dist/english_plurals/en.ts | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'dist/english_plurals') 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 @@ GMainWindow - + %n file(s) remaining %n file remaining @@ -12,7 +12,7 @@ - + %n file(s) were newly installed @@ -23,7 +23,7 @@ - + %n file(s) were overwritten @@ -34,7 +34,7 @@ - + %n file(s) failed to install @@ -45,7 +45,7 @@ - + Building: %n shader(s) Building: %n shader @@ -56,7 +56,7 @@ GameListSearchField - + %1 of %n result(s) %1 of %n result -- cgit v1.2.3