Skip to content

Commit

Permalink
Add Catalan translations and change flag for Catalan
Browse files Browse the repository at this point in the history
- Adds translation for Catalan language (ca_CT.ts)
- Changes flag for Catalan language to flag from Catalonia
- Customizes flag for Catalan UI language (ca_CT) to flag from Catalonia
  • Loading branch information
jmontane authored and vedgy committed Jan 9, 2024
1 parent 9ad81be commit 14978df
Show file tree
Hide file tree
Showing 6 changed files with 5,212 additions and 2 deletions.
1 change: 1 addition & 0 deletions CREDITS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ Nasrollah Noori <nanopqr@gmail.com>: Persian translation
Vladimir Gerovski: Macedonian Translation
Nikolay Korotkiy <sikmir\gmail.com>: Finnish translation
Robin Townsend: Lojban translation
Joan Montané: Catalan translation
2 changes: 1 addition & 1 deletion flags.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<file>flags/by.png</file>
<file>flags/bz.png</file>
<file>flags/ca.png</file>
<file>flags/catalonia.png</file>
<file>flags/ct.png</file>
<file>flags/cc.png</file>
<file>flags/cd.png</file>
<file>flags/cf.png</file>
Expand Down
File renamed without changes
1 change: 1 addition & 0 deletions goldendict.pro
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ TRANSLATIONS += locale/ru_RU.ts \
locale/es_AR.ts \
locale/es_BO.ts \
locale/es_ES.ts \
locale/ca_CT.ts \
locale/sk_SK.ts \
locale/tr_TR.ts \
locale/qu_WI.ts \
Expand Down
2 changes: 1 addition & 1 deletion language.cc
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ Db::Db()
iso2ToCountry[ "bo" ] = "cn";
iso2ToCountry[ "br" ] = "fr";
iso2ToCountry[ "bs" ] = "ba";
iso2ToCountry[ "ca" ] = "ad";
iso2ToCountry[ "ca" ] = "ct";
iso2ToCountry[ "cs" ] = "cz";
iso2ToCountry[ "cy" ] = "gb";
iso2ToCountry[ "da" ] = "dk";
Expand Down

0 comments on commit 14978df

Please sign in to comment.