Commit 31a0be3
committed
feat(localization): Add Czech language support
This commit introduces Czech language support to the application.
- Added "Czech" to the `Language` enum in `Constants.kt`.
- Updated `getDisplayName`, `getDisplayCountryName`, `getLanguageCode`, and `getLanguageTag` functions in `Constants.kt` to include Czech localization.
- Added the Czech language string resource `lang_czech` to `languages.xml`.
Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>1 parent 4783d6d commit 31a0be3
File tree
2 files changed
+6
-0
lines changed- app/src/main
- java/com/github/droidworksstudio/mlauncher/data
- res/values
2 files changed
+6
-0
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
| |||
164 | 165 | | |
165 | 166 | | |
166 | 167 | | |
| 168 | + | |
167 | 169 | | |
168 | 170 | | |
169 | 171 | | |
| |||
188 | 190 | | |
189 | 191 | | |
190 | 192 | | |
| 193 | + | |
191 | 194 | | |
192 | 195 | | |
193 | 196 | | |
| |||
216 | 219 | | |
217 | 220 | | |
218 | 221 | | |
| 222 | + | |
219 | 223 | | |
220 | 224 | | |
221 | 225 | | |
| |||
243 | 247 | | |
244 | 248 | | |
245 | 249 | | |
| 250 | + | |
246 | 251 | | |
247 | 252 | | |
248 | 253 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments