COMMON: Add Canadian French language

This commit is contained in:
Simon Delamarre
2025-12-04 00:06:04 +01:00
committed by Filippos Karapetis
parent 7fe74669ed
commit 13b659b1cd
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -69,6 +69,7 @@ const LanguageDescription g_languages[] = {
{ "fi", "fi_FI", "Finnish", FI_FIN },
{ "be", "nl_BE", "Flemish", NL_BEL },
{ "fr", "fr_FR", "French", FR_FRA },
{ "fr-ca", "fr_CA", "French (Canada)", FR_CAN },
{ "de", "de_DE", "German", DE_DEU },
{ "el", "el_GR", "Greek", EL_GRC },
{ "he", "he_IL", "Hebrew", HE_ISR },
+1
View File
@@ -59,6 +59,7 @@ enum Language : int8 {
FA_IRN,
FI_FIN,
FR_FRA,
FR_CAN,
HE_ISR,
HR_HRV,
HU_HUN,