Skip to content

Commit ac48a84

Browse files
committed
doc: Update README
Signed-off-by: Hu Shenghao <dede.hu@qq.com>
1 parent 7d3c680 commit ac48a84

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Collections the Android release Easter Egg
55
[![GitHub license](https://img.shields.io/github/license/hushenghao/AndroidEasterEggs?logo=apache&label=License&style=flat)](https://github.com/hushenghao/AndroidEasterEggs/blob/master/LICENSE)
66
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/hushenghao/AndroidEasterEggs/total?logo=github&label=Downloads&style=flat)
77
![Play Store installs](https://img.shields.io/endpoint?url=https%3A%2F%2Fplay.cuzi.workers.dev%2Fplay%3Fi%3Dcom.dede.android_eggs%26l%3DInstalls%26m%3D%24shortinstalls&style=flat&logo=googleplay)
8-
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/hushenghao/AndroidEasterEggs?style=flat&label=Code%20Size)
98
[![GitHub Pgyer CI Status](https://img.shields.io/github/actions/workflow/status/hushenghao/AndroidEasterEggs/pgyer.yml?logo=github&label=Pgyer%20CI&style=flat)](https://github.com/hushenghao/AndroidEasterEggs/actions/workflows/pgyer.yml)
109
[![Crowdin](https://badges.crowdin.net/easter-eggs/localized.svg)](https://crowdin.com/project/easter-eggs)
1110

README_ja.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Androidリリースのイースターエッグを収集
55
[![GitHub license](https://img.shields.io/github/license/hushenghao/AndroidEasterEggs?logo=apache&label=License&style=flat)](https://github.com/hushenghao/AndroidEasterEggs/blob/master/LICENSE)
66
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/hushenghao/AndroidEasterEggs/total?logo=github&label=Downloads&style=flat)
77
![Play Store installs](https://img.shields.io/endpoint?url=https%3A%2F%2Fplay.cuzi.workers.dev%2Fplay%3Fi%3Dcom.dede.android_eggs%26l%3DInstalls%26m%3D%24shortinstalls&style=flat&logo=googleplay)
8-
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/hushenghao/AndroidEasterEggs?style=flat&label=Code%20Size)
98
[![GitHub Pgyer CI Status](https://img.shields.io/github/actions/workflow/status/hushenghao/AndroidEasterEggs/pgyer.yml?logo=github&label=Pgyer%20CI&style=flat)](https://github.com/hushenghao/AndroidEasterEggs/actions/workflows/pgyer.yml)
109
[![Crowdin](https://badges.crowdin.net/easter-eggs/localized.svg)](https://crowdin.com/project/easter-eggs)
1110

README_zh.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
[![GitHub license](https://img.shields.io/github/license/hushenghao/AndroidEasterEggs?logo=apache&label=License&style=flat)](https://github.com/hushenghao/AndroidEasterEggs/blob/master/LICENSE)
66
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/hushenghao/AndroidEasterEggs/total?logo=github&label=Downloads&style=flat)
77
![Play Store installs](https://img.shields.io/endpoint?url=https%3A%2F%2Fplay.cuzi.workers.dev%2Fplay%3Fi%3Dcom.dede.android_eggs%26l%3DInstalls%26m%3D%24shortinstalls&style=flat&logo=googleplay)
8-
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/hushenghao/AndroidEasterEggs?style=flat&label=Code%20Size)
98
[![GitHub Pgyer CI Status](https://img.shields.io/github/actions/workflow/status/hushenghao/AndroidEasterEggs/pgyer.yml?logo=github&label=Pgyer%20CI&style=flat)](https://github.com/hushenghao/AndroidEasterEggs/actions/workflows/pgyer.yml)
109
[![Crowdin](https://badges.crowdin.net/easter-eggs/localized.svg)](https://crowdin.com/project/easter-eggs)
1110

app/src/main/java/com/dede/android_eggs/views/settings/compose/prefs/LanguagePref.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ object LanguagePrefUtil {
122122
LangOp(TURKISH, StringsR.string.locale_lang_tr_TR, createLocale("tr", "TR")),
123123
LangOp(UKRAINIAN, StringsR.string.locale_lang_uk_UA, createLocale("uk", "UA")),
124124
LangOp(JAPANESE, StringsR.string.locale_lang_ja_JP, Locale.JAPAN),
125-
LangOp(KOREAN_KOREA, StringsR.string.locale_lang_ko_KR, createLocale("ko","KR")),
125+
LangOp(KOREAN_KOREA, StringsR.string.locale_lang_ko_KR, createLocale("ko","KR")),
126126
LangOp(GREEK, StringsR.string.locale_lang_el_GR, createLocale("el", "GR")),
127127
LangOp(FINNISH, StringsR.string.locale_lang_fi_FI, createLocale("fi", "FI")),
128128
LangOp(VIETNAMESE, StringsR.string.locale_lang_vi_VN, createLocale("vi", "VN")),

0 commit comments

Comments
 (0)