mirror of
https://github.com/PhilKes/NotallyX.git
synced 2025-06-28 12:19:55 +00:00
Accredited Czech translator
This commit is contained in:
parent
9572b24ec6
commit
9f95623ab5
5 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
|||
### Translations
|
||||
* 🇬🇧 English
|
||||
* 🇳🇱 Dutch by [tlmnot](https://github.com/tlmnot)
|
||||
* 🇨🇿 Czech by [tomo90](https://github.com/tomo90)
|
||||
* 🇦🇩 Catalan by retiolus
|
||||
* 🇵🇱 Polish by [ZiomaleQ](https://github.com/ZiomaleQ)
|
||||
* 🇮🇩 Indonesian by [zmni](https://github.com/zmni)
|
||||
|
|
|
@ -31,7 +31,7 @@ Well, Notally is none of these things. It's extremely light, minimalistic and el
|
|||
### Translations
|
||||
The list of supported languages is present in [CONTRIBUTORS.md](CONTRIBUTORS.md)
|
||||
|
||||
If you would like to help translate the app further, please contact me [here](mailto:omgodseapps@gmail.com)
|
||||
If you would like to help translate the app further, please contact me via [email](mailto:omgodseapps@gmail.com) or open a pull request.
|
||||
|
||||
### Screenshots
|
||||
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" width="250"/><img src="fastlane/metadata/android/en-US/images/phoneScreenshots/2.png" width="250"/><img src="fastlane/metadata/android/en-US/images/phoneScreenshots/3.png" width="250"/>
|
|
@ -15,7 +15,8 @@ android {
|
|||
targetSdkVersion rootProject.ext.targetSDKVersion
|
||||
versionCode 28
|
||||
versionName "3.3"
|
||||
resConfigs 'en', 'ca', 'de', 'es', 'fr', 'in', 'it', 'nb', 'nl', 'pl', 'pt-rBR', 'ru', 'sv', 'tl', 'uk'
|
||||
resConfigs 'en', 'ca', 'cs', 'de', 'es', 'fr', 'in', 'it', 'nb', 'nl', 'pl', 'pt-rBR', 'ru', 'sv', 'tl', 'uk'
|
||||
vectorDrawables.generatedDensities = []
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- Fragment Titles -->
|
||||
<string name="notes">Poznámky</string>
|
||||
|
@ -32,8 +33,6 @@
|
|||
<string name="take_note">Napsat poznámku</string>
|
||||
<string name="add_label">Nový štítek</string>
|
||||
<string name="export">Exportovat</string>
|
||||
<string name="pdf" translatable="false">PDF</string>
|
||||
<string name="html" translatable="false">HTML</string>
|
||||
<string name="plain_text">Prostý text</string>
|
||||
<string name="save_to_device">Uložit do zařízení</string>
|
||||
<string name="edit_label">Upravit štítek</string>
|
||||
|
@ -98,4 +97,4 @@
|
|||
<string name="about">O aplikaci</string>
|
||||
<string name="libraries">Knihovny</string>
|
||||
<string name="rate">Ohodnotit aplikaci</string>
|
||||
</resources>
|
||||
</resources>
|
|
@ -13,7 +13,7 @@ buildscript {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:4.1.1'
|
||||
classpath 'com.android.tools.build:gradle:4.1.2'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue