We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a1e89 commit 50fff05Copy full SHA for 50fff05
src/main/kotlin/com/github/patou/gitmoji/GitmojiLocale.kt
@@ -70,7 +70,7 @@ object GitmojiLocale {
70
addTranslation(yaml.loadAs(text, HashMap::class.java))
71
}
72
73
- private fun addTranslation(loadedTranslation : HashMap<String, Any>) {
+ private fun addTranslation(loadedTranslation : HashMap<*, *>) {
74
loadedTranslation["gitmojis"]?.let { it ->
75
if (it is Map<*, *>) {
76
it.forEach { (key, value) ->
0 commit comments