diff --git a/README.md b/README.md
index 21170e8..0dae770 100644
--- a/README.md
+++ b/README.md
@@ -14,13 +14,13 @@ It is a simple text file editor for Android. You can use it via a file manager a
- use the App to write notes
- stores changes on closing or pausing the App (optionaly)
- set your favorite font size and switch between normal or monospace style
-- languages: english, japanese, german, russian, french
+- languages: english, japanese, german, russian, french, brazilian portuguese
- a **save now** button
- very small widget added (needs phone restart)
## Get the App
-You can get a signed APK (4.1+) from [here](https://raw.githubusercontent.com/no-go/TextThing/master/app/release/click.dummer.textthing.apk)
+You can get a signed APK (4.1+) from [here](https://raw.githubusercontent.com/no-go/TextThing/master/app/release/click.dummer.textthing.apk), but it could be a bit outdated.
Alternative:
@@ -47,12 +47,16 @@ Thanks to [naofum](https://github.com/naofum) for a japanese translation!

+### Brazilian Portuguese translation
+
+Thanks to [Paradoxo](https://www.youtube.com/user/Paradoxo10) for a brazilian portuguese translation!
+
## Links
- [Jochen Peters Krefeld](http://digisocken.de)
- [App Home](http://no-go.github.io/TextThing/)
- [Source](https://github.com/no-go/TextThing)
-- [APK File](https://github.com/no-go/TextThing/raw/master/app/release/click.dummer.textthing.apk)
+- [maybe old APK File](https://github.com/no-go/TextThing/raw/master/app/release/click.dummer.textthing.apk)
## License
@@ -77,7 +81,7 @@ The google play store collect non-personal information such as the data of insta
If you have any questions or concerns about my Privacy Policy or data processing, please contact me.
-## Special thanks
+## Special Thanks
- Michael Grieswald on google play for a good/bad review. I made the "auto save" as an option after reading it.
diff --git a/app/build.gradle b/app/build.gradle
index 247b071..00a0002 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -7,9 +7,8 @@ android {
applicationId "click.dummer.textthing"
minSdkVersion 16
targetSdkVersion 26
- // gplay code is deadlockz
- versionCode 214
- versionName "2.14"
+ versionCode 215
+ versionName "2.15"
}
buildTypes {
release {
diff --git a/metadata/de-DE/full_description.txt b/metadata/de-DE/full_description.txt
index ceaaee8..7b0d18c 100644
--- a/metadata/de-DE/full_description.txt
+++ b/metadata/de-DE/full_description.txt
@@ -10,7 +10,7 @@ Funktionen:
👉 nützlich für Notizen
👉 optional werden Änderungen beim Schließen oder Pausieren dauerhaft gespeichert
👉 Neben den Themes lassen sich auch Schriftgröße und Stil anpassen
-👉 App Sprachen: englisch, japanisch, deutsch, russisch, französisch
+👉 App Sprachen: englisch, japanisch, deutsch, russisch, französisch, brasilianisches portugisisch
👉 Speichern Knopf
👉 ein kleines Widget um Notizen auf Startbildschirm zu sehen
@@ -20,3 +20,5 @@ Dank gilt xin für eine franz
Dank gilt Alexey für eine russische Übersetzung!
Dank gilt naofum für eine japanische Übersetzung!
+
+Dank gilt Paradoxo für eine brasilianisch-portugisische Übersetzung!
diff --git a/metadata/en-US/full_description.txt b/metadata/en-US/full_description.txt
index a6d534c..5a6178b 100644
--- a/metadata/en-US/full_description.txt
+++ b/metadata/en-US/full_description.txt
@@ -10,7 +10,7 @@ Features:
👉 use the App to write notes
👉 stores changes on closing or on pausing the App (optional)
👉 set your favorite font size and switch between normal or monospace style
-👉 languages: english, japanese, german, russian, french
+👉 languages: english, japanese, german, russian, french, brazilian portuguese
👉 a save button
👉 very small widget added (needs phone restart)
@@ -20,3 +20,5 @@ Thanks to xin for a french tran
Thanks to Alexey for a russian translation!
Thanks to naofum for a japanese translation!
+
+Thanks to Paradoxo for a brazilian portuguese translation!