feat: Add German to language constants

This commit is contained in:
Myzel394 2023-08-19 20:58:17 +02:00
parent 1486ba9533
commit bd6a18e201
No known key found for this signature in database
GPG Key ID: 50098FCA22080F0F
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
package app.myzel394.alibi
val SUPPORTED_LOCALES = arrayOf("en-US", "zh-CN")
val SUPPORTED_LOCALES = arrayOf("en-US", "zh-CN", "de-DE")