Update com.unciv.app.yml - updated translation location

This commit is contained in:
Yair Morgenstern 2022-04-17 12:08:01 +00:00 committed by linsui
parent fa94ab38dd
commit 41650e823d

View file

@ -3,9 +3,9 @@ Categories:
License: MPL-2.0 License: MPL-2.0
AuthorName: Yair Morgenstern AuthorName: Yair Morgenstern
AuthorEmail: yairm210@hotmail.com AuthorEmail: yairm210@hotmail.com
SourceCode: https://github.com/yairm210/UnCiv SourceCode: https://github.com/yairm210/Unciv
IssueTracker: https://github.com/yairm210/UnCiv/issues IssueTracker: https://github.com/yairm210/Unciv/issues
Translation: https://github.com/yairm210/Unciv/wiki/Translating Translation: https://yairm210.github.io/Unciv/Other/Translating/
Changelog: https://github.com/yairm210/Unciv/blob/HEAD/changelog.md Changelog: https://github.com/yairm210/Unciv/blob/HEAD/changelog.md
AutoName: UnCiv AutoName: UnCiv
@ -24,7 +24,7 @@ Description: |-
Want to help translating the game into your language? Send me an email to Want to help translating the game into your language? Send me an email to
yairm210@hotmail.com. yairm210@hotmail.com.
Grok Java, Kotlin or C#? Join us at https://github.com/yairm210/UnCiv. Grok Java or Kotlin? Join us at https://github.com/yairm210/UnCiv.
The world awaits! Will you build your civilization into an empire that will The world awaits! Will you build your civilization into an empire that will
stand the test of time? stand the test of time?
@ -34,7 +34,7 @@ Description: |-
No other internet communication is initiated by Unciv. No other internet communication is initiated by Unciv.
RepoType: git RepoType: git
Repo: https://github.com/yairm210/UnCiv.git Repo: https://github.com/yairm210/Unciv.git
Builds: Builds:
- versionName: 3.0.6 - versionName: 3.0.6
@ -2931,9 +2931,26 @@ Builds:
scandelete: scandelete:
- site/sitemap.xml.gz - site/sitemap.xml.gz
- versionName: 4.0.7
versionCode: 698
commit: 0f70d8360d760060d61e03e0e187bbc765368510
subdir: android
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
AutoUpdateMode: Version AutoUpdateMode: Version
UpdateCheckMode: Tags UpdateCheckMode: Tags
UpdateCheckData: buildSrc/src/main/kotlin/BuildConfig.kt|appCodeNumber = (.*)|.|appVersion UpdateCheckData: buildSrc/src/main/kotlin/BuildConfig.kt|appCodeNumber = (.*)|.|appVersion
= "(.*)" = "(.*)"
CurrentVersion: 4.0.6 CurrentVersion: 4.0.7
CurrentVersionCode: 697 CurrentVersionCode: 698