Accredited Czech translator

This commit is contained in:
Om Godse 2021-01-26 12:25:24 +05:30
parent 9572b24ec6
commit 9f95623ab5
5 changed files with 7 additions and 6 deletions

View file

@ -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)

View file

@ -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"/>

View file

@ -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 {

View file

@ -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>

View file

@ -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"
}
}