diff --git a/.all-contributorsrc b/.all-contributorsrc index 476f47b7..9ecad3a7 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -331,6 +331,15 @@ "contributions": [ "design" ] + }, + { + "login": "Slam4uk", + "name": "Slam4uk", + "avatar_url": "https://avatars.githubusercontent.com/u/78175288?v=4", + "profile": "https://github.com/Slam4uk", + "contributions": [ + "translation" + ] } ], "contributorsPerLine": 8, @@ -340,4 +349,4 @@ "repoHost": "https://github.com", "skipCi": true, "commitConvention": "none" -} +} \ No newline at end of file diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 9990b91c..ff907965 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -3,7 +3,7 @@ -[![All Contributors](https://img.shields.io/badge/all_contributors-36-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-37-orange.svg?style=flat-square)](#contributors-) @@ -59,6 +59,7 @@ Thank you to everyone who has helped contribute to LunaSea, from development to
KevoM

🌍
rogeriomendes

🌍
David K

🎨 +
Slam4uk

🌍 diff --git a/lib/system/localization.dart b/lib/system/localization.dart index 8f95ae7e..cf65abff 100644 --- a/lib/system/localization.dart +++ b/lib/system/localization.dart @@ -111,7 +111,7 @@ extension LunaLanguageExtension on LunaLanguage { case LunaLanguage.CHINESE_SIMPLIFIED: return 'Chinese (Simplified)'; case LunaLanguage.CROATIAN: - return 'Crotian (Hrvatski)'; + return 'Crotian'; case LunaLanguage.DUTCH: return 'Dutch'; case LunaLanguage.ENGLISH: