aboutsummaryrefslogtreecommitdiff
path: root/launcher/translations/TranslationsModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/translations/TranslationsModel.cpp')
-rw-r--r--launcher/translations/TranslationsModel.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/launcher/translations/TranslationsModel.cpp b/launcher/translations/TranslationsModel.cpp
index 2f57de3a..20aa6d04 100644
--- a/launcher/translations/TranslationsModel.cpp
+++ b/launcher/translations/TranslationsModel.cpp
@@ -83,6 +83,12 @@ struct Language
else if(key == "es_UY") {
result = u8"español de Latinoamérica";
}
+ else if(key == "en@pirate") {
+ result = u8"Tongue of the High Seas";
+ }
+ else if(key == "en@uwu") {
+ result = u8"Cute Engwish";
+ }
else {
result = locale.nativeLanguageName();
}