Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Support android google play translation APIs
  • Loading branch information
ShiftHackZ committed Jul 11, 2024
commit 97b8b14743de70774b8acde8003e69fb126b5242
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {
buildConfigField "String", "GITHUB_SOURCE_URL", "\"https://github.com/ShiftHackZ/Stable-Diffusion-Android\""
buildConfigField "String", "SETUP_INSTRUCTIONS_URL", "\"https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki\""

resourceConfigurations = ["en", "ru", "uk", "tr"]
resourceConfigurations = ["en", "ru", "uk", "tr", "zh"]
}

def hasPropertiesFile = new File("app/keystore/signing.properties").exists()
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/xml/locale_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
<locale android:name="ru"/>
<locale android:name="uk"/>
<locale android:name="tr"/>
<locale android:name="zh"/>
</locale-config>