diff --git a/project.godot b/project.godot index 470580fa3..1266f1c99 100644 --- a/project.godot +++ b/project.godot @@ -855,7 +855,7 @@ gradient_map={ [locale] -translations=PoolStringArray( "res://Translations/zh_TW.po", "res://Translations/pt_BR.po", "res://Translations/de_DE.po", "res://Translations/el_GR.po", "res://Translations/en_US.po", "res://Translations/fr_FR.po", "res://Translations/it_IT.po", "res://Translations/pl_PL.po", "res://Translations/ru_RU.po", "res://Translations/es_ES.po", "res://Translations/zh_CN.po", "res://Translations/lv_LV.po", "res://Translations/eo_UY.po", "res://Translations/cs_CZ.po", "res://Translations/id_ID.po", "res://Translations/hu_HU.po", "res://Translations/ro_RO.po", "res://Translations/ko_KR.po", "res://Translations/tr_TR.po", "res://Translations/ja_JP.po", "res://Translations/nb_NO.po", "res://Translations/uk_UA.po", "res://Translations/pt_PT.po" ) +translations=PoolStringArray( "res://Translations/zh_TW.po", "res://Translations/pt_BR.po", "res://Translations/de_DE.po", "res://Translations/el_GR.po", "res://Translations/en_US.po", "res://Translations/fr_FR.po", "res://Translations/it_IT.po", "res://Translations/pl_PL.po", "res://Translations/ru_RU.po", "res://Translations/es_ES.po", "res://Translations/zh_CN.po", "res://Translations/lv_LV.po", "res://Translations/eo_UY.po", "res://Translations/cs_CZ.po", "res://Translations/id_ID.po", "res://Translations/hu_HU.po", "res://Translations/ro_RO.po", "res://Translations/ko_KR.po", "res://Translations/tr_TR.po", "res://Translations/ja_JP.po", "res://Translations/nb_NO.po", "res://Translations/uk_UA.po", "res://Translations/pt_PT.po", "res://Translations/da_DK.po" ) locale_filter=[ 0, [ ] ] [logging] diff --git a/src/Preferences/HandleLanguages.gd b/src/Preferences/HandleLanguages.gd index 658e93fcb..eb2b69b1d 100644 --- a/src/Preferences/HandleLanguages.gd +++ b/src/Preferences/HandleLanguages.gd @@ -3,6 +3,7 @@ extends Node const LANGUAGES_DICT := { "en_US": ["English", "English"], "cs_CZ": ["Czech", "Czech"], + "da_DK": ["Dansk", "Danish"], "de_DE": ["Deutsch", "German"], "el_GR": ["Ελληνικά", "Greek"], "eo": ["Esperanto", "Esperanto"], diff --git a/src/UI/Dialogs/AboutDialog.gd b/src/UI/Dialogs/AboutDialog.gd index 481e5c590..9d93de767 100644 --- a/src/UI/Dialogs/AboutDialog.gd +++ b/src/UI/Dialogs/AboutDialog.gd @@ -84,6 +84,7 @@ const TRANSLATORS_DICTIONARY := { "Vancat": ["Turkish"], "Ferhat Geçdoğan (ferhatgec)": ["Turkish"], "designy": ["Turkish"], + "CaelusV": ["Danish"], "GGIEnrike": [ "Romanian",