mirror of https://github.com/iSoron/uhabits.git
commit
985234cdf3
@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
@ -0,0 +1,23 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
~ Copyright (C) 2016-2021 Álinson Santos Xavier <git@axavier.org>
|
||||||
|
~
|
||||||
|
~ This file is part of Loop Habit Tracker.
|
||||||
|
~
|
||||||
|
~ Loop Habit Tracker is free software: you can redistribute it and/or modify
|
||||||
|
~ it under the terms of the GNU General Public License as published by the
|
||||||
|
~ Free Software Foundation, either version 3 of the License, or (at your
|
||||||
|
~ option) any later version.
|
||||||
|
~
|
||||||
|
~ Loop Habit Tracker is distributed in the hope that it will be useful, but
|
||||||
|
~ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||||
|
~ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
|
~ more details.
|
||||||
|
~
|
||||||
|
~ You should have received a copy of the GNU General Public License along
|
||||||
|
~ with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<resources>
|
||||||
|
<color name="color_background">@color/grey_900</color>
|
||||||
|
</resources>
|
@ -0,0 +1,47 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<locale android:name="en" /> <!-- English -->
|
||||||
|
<locale android:name="af-ZA" /> <!-- Afrikaans -->
|
||||||
|
<locale android:name="ar-SA" /> <!-- Arabic -->
|
||||||
|
<locale android:name="bg-BG" /> <!-- Bulgarian -->
|
||||||
|
<locale android:name="ca-ES" /> <!-- Catalan -->
|
||||||
|
<locale android:name="cs-CZ" /> <!-- Czech -->
|
||||||
|
<locale android:name="da-DK" /> <!-- Danish -->
|
||||||
|
<locale android:name="de-DE" /> <!-- German -->
|
||||||
|
<locale android:name="el-GR" /> <!-- Greek -->
|
||||||
|
<locale android:name="eo-UY" /> <!-- Esperanto -->
|
||||||
|
<locale android:name="es-ES" /> <!-- Spanish -->
|
||||||
|
<locale android:name="eu-ES" /> <!-- Basque -->
|
||||||
|
<locale android:name="fa-IR" /> <!-- Farsi -->
|
||||||
|
<locale android:name="fi-FI" /> <!-- Finnish -->
|
||||||
|
<locale android:name="fr-FR" /> <!-- French -->
|
||||||
|
<locale android:name="hi-IN" /> <!-- Hindi -->
|
||||||
|
<locale android:name="hr-HR" /> <!-- Croatian -->
|
||||||
|
<locale android:name="hu-HU" /> <!-- Hungarian -->
|
||||||
|
<locale android:name="hy-AM" /> <!-- Armenian -->
|
||||||
|
<locale android:name="in-ID" /> <!-- Indonesian -->
|
||||||
|
<locale android:name="it-IT" /> <!-- Italian -->
|
||||||
|
<locale android:name="iw-IL" /> <!-- Hebrew -->
|
||||||
|
<locale android:name="ja-JP" /> <!-- Japanese -->
|
||||||
|
<locale android:name="ko-KR" /> <!-- Korean -->
|
||||||
|
<locale android:name="nl-NL" /> <!-- Dutch -->
|
||||||
|
<locale android:name="no-NO" /> <!-- Norwegian -->
|
||||||
|
<locale android:name="pl-PL" /> <!-- Polish -->
|
||||||
|
<locale android:name="pt-BR" /> <!-- Portuguese (Brazil) -->
|
||||||
|
<locale android:name="pt-PT" /> <!-- Portuguese (Portugal) -->
|
||||||
|
<locale android:name="ro-RO" /> <!-- Romanian -->
|
||||||
|
<locale android:name="ru-RU" /> <!-- Russian -->
|
||||||
|
<locale android:name="sk-SK" /> <!-- Slovak -->
|
||||||
|
<locale android:name="sl-SL" /> <!-- Slovenian -->
|
||||||
|
<locale android:name="sr-CS" /> <!-- Serbian (Latin) -->
|
||||||
|
<locale android:name="sr-SP" /> <!-- Serbian (Cyrillic) -->
|
||||||
|
<locale android:name="sv-SE" /> <!-- Swedish -->
|
||||||
|
<locale android:name="ta-IN" /> <!-- Tamil -->
|
||||||
|
<locale android:name="te-IN" /> <!-- Telugu -->
|
||||||
|
<locale android:name="tr-TR" /> <!-- Turkish -->
|
||||||
|
<locale android:name="ug-CN" /> <!-- Uyghur -->
|
||||||
|
<locale android:name="uk-UA" /> <!-- Ukrainian -->
|
||||||
|
<locale android:name="vi-VN" /> <!-- Vietnamese -->
|
||||||
|
<locale android:name="zh-CN" /> <!-- Chinese (Simplified) -->
|
||||||
|
<locale android:name="zh-TW" /> <!-- Chinese (Traditional) -->
|
||||||
|
</locale-config>
|
Loading…
Reference in new issue