-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
86 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
jchucomponents-ktx/src/main/java/com/jeluchu/jchucomponents/ktx/preferences/Preferences.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package com.jeluchu.jchucomponents.ktx.preferences | ||
|
||
const val DEFAULT = 0 | ||
const val NOT_SPECIFIED = 0 | ||
const val SYSTEM_DEFAULT = 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="la_nb" translatable="false">Bokmål</string> | ||
<string name="la_cs" translatable="false">Čeština</string> | ||
<string name="la_ca" translatable="false">Catalán</string> | ||
<string name="la_de" translatable="false">Deutsch</string> | ||
<string name="la_zh_CN" translatable="false">简体中文</string> | ||
<string name="la_en_US" translatable="false">English</string> | ||
<string name="la_fr" translatable="false">Français</string> | ||
<string name="la_da" translatable="false">Dansk</string> | ||
<string name="la_es" translatable="false">Español</string> | ||
<string name="la_tr" translatable="false">Türkçe</string> | ||
<string name="la_ru" translatable="false">Русский</string> | ||
<string name="la_ar" translatable="false">عربي</string> | ||
<string name="la_uk" translatable="false">Українська</string> | ||
<string name="la_in" translatable="false">Indonesia</string> | ||
<string name="la_fa" translatable="false">فارسی</string> | ||
<string name="la_fil" translatable="false">Filipino</string> | ||
<string name="la_it" translatable="false">Italiano</string> | ||
<string name="la_nl" translatable="false">Nederlands</string> | ||
<string name="la_pt_BR" translatable="false">Português Brasileiro</string> | ||
<string name="la_ja" translatable="false">日本語</string> | ||
<string name="la_pl" translatable="false">Polski</string> | ||
<string name="la_hu" translatable="false">Magyar</string> | ||
<string name="la_be" translatable="false">беларуская</string> | ||
<string name="la_ms" translatable="false">Melayu</string> | ||
<string name="la_zh_TW" translatable="false">繁體中文</string> | ||
<string name="la_vi" translatable="false">Tiếng Việt</string> | ||
<string name="la_hr" translatable="false">Hrvatski</string> | ||
<string name="la_eu" translatable="false">Euskara</string> | ||
<string name="la_hi" translatable="false">हिन्दी</string> | ||
<string name="la_ml" translatable="false">മലയാളം</string> | ||
<string name="la_si" translatable="false">සිංහල</string> | ||
<string name="la_sr" translatable="false">Српски</string> | ||
<string name="la_az" translatable="false">Azərbaycanca</string> | ||
<string name="la_nn" translatable="false">Nynorsk</string> | ||
<string name="la_pa" translatable="false">ਪੰਜਾਬੀ</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters