Skip to content

Commit 8449173

Browse files
committed
Add the other languages
1 parent eca2f0a commit 8449173

20 files changed

+3389
-0
lines changed

intl/msg_hash_ar.h

Lines changed: 176 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3890,3 +3890,179 @@ MSG_HASH(MENU_ENUM_LABEL_VALUE_AI_SERVICE_SOURCE_LANG,
38903890
"Source Language")
38913891
MSG_HASH(MENU_ENUM_SUBLABEL_AI_SERVICE_SOURCE_LANG,
38923892
"The language the service will translate from. If set to 'Don't Care', it will attempt to auto-detect the language. Setting it to a specific language will make the translation more accurate.")
3893+
MSG_HASH(
3894+
MENU_ENUM_LABEL_VALUE_LANG_CZECH,
3895+
"Czech"
3896+
)
3897+
MSG_HASH(
3898+
MENU_ENUM_LABEL_VALUE_LANG_DANISH,
3899+
"Danish"
3900+
)
3901+
MSG_HASH(
3902+
MENU_ENUM_LABEL_VALUE_LANG_SWEDISH,
3903+
"Swedish"
3904+
)
3905+
MSG_HASH(
3906+
MENU_ENUM_LABEL_VALUE_LANG_CROATIAN,
3907+
"Croatian"
3908+
)
3909+
MSG_HASH(
3910+
MENU_ENUM_LABEL_VALUE_LANG_CATALAN,
3911+
"Catalan"
3912+
)
3913+
MSG_HASH(
3914+
MENU_ENUM_LABEL_VALUE_LANG_BULGARIAN,
3915+
"Bulgarian"
3916+
)
3917+
MSG_HASH(
3918+
MENU_ENUM_LABEL_VALUE_LANG_BENGALI,
3919+
"Bengali"
3920+
)
3921+
MSG_HASH(
3922+
MENU_ENUM_LABEL_VALUE_LANG_BASQUE,
3923+
"Basque"
3924+
)
3925+
MSG_HASH(
3926+
MENU_ENUM_LABEL_VALUE_LANG_AZERBAIJANI,
3927+
"Azerbaijani"
3928+
)
3929+
MSG_HASH(
3930+
MENU_ENUM_LABEL_VALUE_LANG_ALBANIAN,
3931+
"Albanian"
3932+
)
3933+
MSG_HASH(
3934+
MENU_ENUM_LABEL_VALUE_LANG_AFRIKAANS,
3935+
"Afrikaans"
3936+
)
3937+
MSG_HASH(
3938+
MENU_ENUM_LABEL_VALUE_LANG_ESTONIAN,
3939+
"Estonian"
3940+
)
3941+
MSG_HASH(
3942+
MENU_ENUM_LABEL_VALUE_LANG_FINNISH,
3943+
"Finnish"
3944+
)
3945+
MSG_HASH(
3946+
MENU_ENUM_LABEL_VALUE_LANG_GALICIAN,
3947+
"Galician"
3948+
)
3949+
MSG_HASH(
3950+
MENU_ENUM_LABEL_VALUE_LANG_GEORGIAN,
3951+
"Georgian"
3952+
)
3953+
MSG_HASH(
3954+
MENU_ENUM_LABEL_VALUE_LANG_GUJARATI,
3955+
"Gujarati"
3956+
)
3957+
MSG_HASH(
3958+
MENU_ENUM_LABEL_VALUE_LANG_HAITIAN_CREOLE,
3959+
"Haitian Creole"
3960+
)
3961+
MSG_HASH(
3962+
MENU_ENUM_LABEL_VALUE_LANG_HEBREW,
3963+
"Hebrew"
3964+
)
3965+
MSG_HASH(
3966+
MENU_ENUM_LABEL_VALUE_LANG_HINDI,
3967+
"Hindi"
3968+
)
3969+
MSG_HASH(
3970+
MENU_ENUM_LABEL_VALUE_LANG_HUNGARIAN,
3971+
"Hungarian"
3972+
)
3973+
MSG_HASH(
3974+
MENU_ENUM_LABEL_VALUE_LANG_ICELANDIC,
3975+
"Icelandic"
3976+
)
3977+
MSG_HASH(
3978+
MENU_ENUM_LABEL_VALUE_LANG_INDONESIAN,
3979+
"Indonesian"
3980+
)
3981+
MSG_HASH(
3982+
MENU_ENUM_LABEL_VALUE_LANG_IRISH,
3983+
"Irish"
3984+
)
3985+
MSG_HASH(
3986+
MENU_ENUM_LABEL_VALUE_LANG_KANNADA,
3987+
"Kannada"
3988+
)
3989+
MSG_HASH(
3990+
MENU_ENUM_LABEL_VALUE_LANG_LATIN,
3991+
"Latin"
3992+
)
3993+
MSG_HASH(
3994+
MENU_ENUM_LABEL_VALUE_LANG_LATVIAN,
3995+
"Latvian"
3996+
)
3997+
MSG_HASH(
3998+
MENU_ENUM_LABEL_VALUE_LANG_LITHUANIAN,
3999+
"Lithuanian"
4000+
)
4001+
MSG_HASH(
4002+
MENU_ENUM_LABEL_VALUE_LANG_MACEDONIAN,
4003+
"Macedonian"
4004+
)
4005+
MSG_HASH(
4006+
MENU_ENUM_LABEL_VALUE_LANG_MALAY,
4007+
"Malay"
4008+
)
4009+
MSG_HASH(
4010+
MENU_ENUM_LABEL_VALUE_LANG_MALTESE,
4011+
"Maltese"
4012+
)
4013+
MSG_HASH(
4014+
MENU_ENUM_LABEL_VALUE_LANG_NORWEGIAN,
4015+
"Norwegian"
4016+
)
4017+
MSG_HASH(
4018+
MENU_ENUM_LABEL_VALUE_LANG_PERSIAN,
4019+
"Persian"
4020+
)
4021+
MSG_HASH(
4022+
MENU_ENUM_LABEL_VALUE_LANG_ROMANIAN,
4023+
"Romanian"
4024+
)
4025+
MSG_HASH(
4026+
MENU_ENUM_LABEL_VALUE_LANG_SERBIAN,
4027+
"Serbian"
4028+
)
4029+
MSG_HASH(
4030+
MENU_ENUM_LABEL_VALUE_LANG_SLOVAK,
4031+
"Slovak"
4032+
)
4033+
MSG_HASH(
4034+
MENU_ENUM_LABEL_VALUE_LANG_SLOVENIAN,
4035+
"Slovenian"
4036+
)
4037+
MSG_HASH(
4038+
MENU_ENUM_LABEL_VALUE_LANG_SWAHILI,
4039+
"Swahili"
4040+
)
4041+
MSG_HASH(
4042+
MENU_ENUM_LABEL_VALUE_LANG_TAMIL,
4043+
"Tamil"
4044+
)
4045+
MSG_HASH(
4046+
MENU_ENUM_LABEL_VALUE_LANG_TELUGU,
4047+
"Telugu"
4048+
)
4049+
MSG_HASH(
4050+
MENU_ENUM_LABEL_VALUE_LANG_THAI,
4051+
"Thai"
4052+
)
4053+
MSG_HASH(
4054+
MENU_ENUM_LABEL_VALUE_LANG_UKRAINIAN,
4055+
"Ukrainian"
4056+
)
4057+
MSG_HASH(
4058+
MENU_ENUM_LABEL_VALUE_LANG_URDU,
4059+
"Urdu"
4060+
)
4061+
MSG_HASH(
4062+
MENU_ENUM_LABEL_VALUE_LANG_WELSH,
4063+
"Welsh"
4064+
)
4065+
MSG_HASH(
4066+
MENU_ENUM_LABEL_VALUE_LANG_YIDDISH,
4067+
"Yiddish"
4068+
)

intl/msg_hash_chs.h

Lines changed: 176 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4908,3 +4908,179 @@ MSG_HASH(MENU_ENUM_LABEL_VALUE_AI_SERVICE_SOURCE_LANG,
49084908
"Source Language")
49094909
MSG_HASH(MENU_ENUM_SUBLABEL_AI_SERVICE_SOURCE_LANG,
49104910
"The language the service will translate from. If set to 'Don't Care', it will attempt to auto-detect the language. Setting it to a specific language will make the translation more accurate.")
4911+
MSG_HASH(
4912+
MENU_ENUM_LABEL_VALUE_LANG_CZECH,
4913+
"Czech"
4914+
)
4915+
MSG_HASH(
4916+
MENU_ENUM_LABEL_VALUE_LANG_DANISH,
4917+
"Danish"
4918+
)
4919+
MSG_HASH(
4920+
MENU_ENUM_LABEL_VALUE_LANG_SWEDISH,
4921+
"Swedish"
4922+
)
4923+
MSG_HASH(
4924+
MENU_ENUM_LABEL_VALUE_LANG_CROATIAN,
4925+
"Croatian"
4926+
)
4927+
MSG_HASH(
4928+
MENU_ENUM_LABEL_VALUE_LANG_CATALAN,
4929+
"Catalan"
4930+
)
4931+
MSG_HASH(
4932+
MENU_ENUM_LABEL_VALUE_LANG_BULGARIAN,
4933+
"Bulgarian"
4934+
)
4935+
MSG_HASH(
4936+
MENU_ENUM_LABEL_VALUE_LANG_BENGALI,
4937+
"Bengali"
4938+
)
4939+
MSG_HASH(
4940+
MENU_ENUM_LABEL_VALUE_LANG_BASQUE,
4941+
"Basque"
4942+
)
4943+
MSG_HASH(
4944+
MENU_ENUM_LABEL_VALUE_LANG_AZERBAIJANI,
4945+
"Azerbaijani"
4946+
)
4947+
MSG_HASH(
4948+
MENU_ENUM_LABEL_VALUE_LANG_ALBANIAN,
4949+
"Albanian"
4950+
)
4951+
MSG_HASH(
4952+
MENU_ENUM_LABEL_VALUE_LANG_AFRIKAANS,
4953+
"Afrikaans"
4954+
)
4955+
MSG_HASH(
4956+
MENU_ENUM_LABEL_VALUE_LANG_ESTONIAN,
4957+
"Estonian"
4958+
)
4959+
MSG_HASH(
4960+
MENU_ENUM_LABEL_VALUE_LANG_FINNISH,
4961+
"Finnish"
4962+
)
4963+
MSG_HASH(
4964+
MENU_ENUM_LABEL_VALUE_LANG_GALICIAN,
4965+
"Galician"
4966+
)
4967+
MSG_HASH(
4968+
MENU_ENUM_LABEL_VALUE_LANG_GEORGIAN,
4969+
"Georgian"
4970+
)
4971+
MSG_HASH(
4972+
MENU_ENUM_LABEL_VALUE_LANG_GUJARATI,
4973+
"Gujarati"
4974+
)
4975+
MSG_HASH(
4976+
MENU_ENUM_LABEL_VALUE_LANG_HAITIAN_CREOLE,
4977+
"Haitian Creole"
4978+
)
4979+
MSG_HASH(
4980+
MENU_ENUM_LABEL_VALUE_LANG_HEBREW,
4981+
"Hebrew"
4982+
)
4983+
MSG_HASH(
4984+
MENU_ENUM_LABEL_VALUE_LANG_HINDI,
4985+
"Hindi"
4986+
)
4987+
MSG_HASH(
4988+
MENU_ENUM_LABEL_VALUE_LANG_HUNGARIAN,
4989+
"Hungarian"
4990+
)
4991+
MSG_HASH(
4992+
MENU_ENUM_LABEL_VALUE_LANG_ICELANDIC,
4993+
"Icelandic"
4994+
)
4995+
MSG_HASH(
4996+
MENU_ENUM_LABEL_VALUE_LANG_INDONESIAN,
4997+
"Indonesian"
4998+
)
4999+
MSG_HASH(
5000+
MENU_ENUM_LABEL_VALUE_LANG_IRISH,
5001+
"Irish"
5002+
)
5003+
MSG_HASH(
5004+
MENU_ENUM_LABEL_VALUE_LANG_KANNADA,
5005+
"Kannada"
5006+
)
5007+
MSG_HASH(
5008+
MENU_ENUM_LABEL_VALUE_LANG_LATIN,
5009+
"Latin"
5010+
)
5011+
MSG_HASH(
5012+
MENU_ENUM_LABEL_VALUE_LANG_LATVIAN,
5013+
"Latvian"
5014+
)
5015+
MSG_HASH(
5016+
MENU_ENUM_LABEL_VALUE_LANG_LITHUANIAN,
5017+
"Lithuanian"
5018+
)
5019+
MSG_HASH(
5020+
MENU_ENUM_LABEL_VALUE_LANG_MACEDONIAN,
5021+
"Macedonian"
5022+
)
5023+
MSG_HASH(
5024+
MENU_ENUM_LABEL_VALUE_LANG_MALAY,
5025+
"Malay"
5026+
)
5027+
MSG_HASH(
5028+
MENU_ENUM_LABEL_VALUE_LANG_MALTESE,
5029+
"Maltese"
5030+
)
5031+
MSG_HASH(
5032+
MENU_ENUM_LABEL_VALUE_LANG_NORWEGIAN,
5033+
"Norwegian"
5034+
)
5035+
MSG_HASH(
5036+
MENU_ENUM_LABEL_VALUE_LANG_PERSIAN,
5037+
"Persian"
5038+
)
5039+
MSG_HASH(
5040+
MENU_ENUM_LABEL_VALUE_LANG_ROMANIAN,
5041+
"Romanian"
5042+
)
5043+
MSG_HASH(
5044+
MENU_ENUM_LABEL_VALUE_LANG_SERBIAN,
5045+
"Serbian"
5046+
)
5047+
MSG_HASH(
5048+
MENU_ENUM_LABEL_VALUE_LANG_SLOVAK,
5049+
"Slovak"
5050+
)
5051+
MSG_HASH(
5052+
MENU_ENUM_LABEL_VALUE_LANG_SLOVENIAN,
5053+
"Slovenian"
5054+
)
5055+
MSG_HASH(
5056+
MENU_ENUM_LABEL_VALUE_LANG_SWAHILI,
5057+
"Swahili"
5058+
)
5059+
MSG_HASH(
5060+
MENU_ENUM_LABEL_VALUE_LANG_TAMIL,
5061+
"Tamil"
5062+
)
5063+
MSG_HASH(
5064+
MENU_ENUM_LABEL_VALUE_LANG_TELUGU,
5065+
"Telugu"
5066+
)
5067+
MSG_HASH(
5068+
MENU_ENUM_LABEL_VALUE_LANG_THAI,
5069+
"Thai"
5070+
)
5071+
MSG_HASH(
5072+
MENU_ENUM_LABEL_VALUE_LANG_UKRAINIAN,
5073+
"Ukrainian"
5074+
)
5075+
MSG_HASH(
5076+
MENU_ENUM_LABEL_VALUE_LANG_URDU,
5077+
"Urdu"
5078+
)
5079+
MSG_HASH(
5080+
MENU_ENUM_LABEL_VALUE_LANG_WELSH,
5081+
"Welsh"
5082+
)
5083+
MSG_HASH(
5084+
MENU_ENUM_LABEL_VALUE_LANG_YIDDISH,
5085+
"Yiddish"
5086+
)

0 commit comments

Comments
 (0)