Skip to content

Commit

Permalink
change language "ua" to "uk"
Browse files Browse the repository at this point in the history
  • Loading branch information
aj3423 committed Jun 19, 2024
1 parent 47d7a81 commit c965adf
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings_no_translate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<item>es</item>
<item>fr</item>
<item>ru</item>
<item>ua</item>
<item>uk</item>
<item>zh</item>
</string-array>
</resources>
2 changes: 1 addition & 1 deletion auto_translate/translate.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var wg sync.WaitGroup
var pool *ants.Pool

var langs = []string{
`fr`, `ru`, `zh`, `de`, `es`, `ua`,
`fr`, `ru`, `zh`, `de`, `es`, `uk`,
// `ja`, `ko`, `vi`, `zh-rTW`,
}

Expand Down

0 comments on commit c965adf

Please sign in to comment.