chore(contributors): add @Slam4uk for translation

[skip ci]
This commit is contained in:
Jagandeep Brar
2022-09-01 16:35:54 -04:00
parent a160f0941f
commit 731e3c93c8
3 changed files with 13 additions and 3 deletions

View File

@@ -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"
}
}

View File

@@ -3,7 +3,7 @@
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![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-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
@@ -59,6 +59,7 @@ Thank you to everyone who has helped contribute to LunaSea, from development to
<td align="center"><a href="https://github.com/KevoM"><img src="https://avatars.githubusercontent.com/u/8274366?v=4?s=100" width="100px;" alt=""/><br /><sub><b>KevoM</b></sub></a><br /><a href="#translation-KevoM" title="Translation">🌍</a></td>
<td align="center"><a href="https://github.com/rogeriomendes"><img src="https://avatars.githubusercontent.com/u/1494503?v=4?s=100" width="100px;" alt=""/><br /><sub><b>rogeriomendes</b></sub></a><br /><a href="#translation-rogeriomendes" title="Translation">🌍</a></td>
<td align="center"><a href="http://www.paddez.com/"><img src="https://avatars.githubusercontent.com/u/587220?v=4?s=100" width="100px;" alt=""/><br /><sub><b>David K</b></sub></a><br /><a href="#design-Irishsmurf" title="Design">🎨</a></td>
<td align="center"><a href="https://github.com/Slam4uk"><img src="https://avatars.githubusercontent.com/u/78175288?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Slam4uk</b></sub></a><br /><a href="#translation-Slam4uk" title="Translation">🌍</a></td>
</tr>
</table>

View File

@@ -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: