Add Amharic locale
(cherry picked from commit 842295348e39bb910a4ff681a89fa03bc2961812)
This commit is contained in:
parent
856a149032
commit
8e27ffcad7
@ -360,13 +360,13 @@ tasks.withType(AbstractKotlinCompile).all {
|
||||
}
|
||||
|
||||
// Duplicating Hebrew string assets due to some locale code issues on different devices
|
||||
task copyResources(type: Copy) {
|
||||
task copyHebrewStrings(type: Copy) {
|
||||
from './src/main/res/values-he'
|
||||
into './src/main/res/values-iw'
|
||||
include '**/*'
|
||||
}
|
||||
|
||||
preBuild.dependsOn(formatKotlin, copyResources)
|
||||
preBuild.dependsOn(formatKotlin, copyHebrewStrings)
|
||||
|
||||
if (!getGradle().getStartParameter().getTaskRequests().toString().contains("Debug")) {
|
||||
apply plugin: 'com.google.gms.google-services'
|
||||
|
@ -171,6 +171,7 @@ class SettingsGeneralController : SettingsController() {
|
||||
// Due to compatibility issues:
|
||||
// - Hebrew: `he` is copied into `iw` at build time
|
||||
langs += arrayOf(
|
||||
"am",
|
||||
"ar",
|
||||
"be",
|
||||
"bg",
|
||||
|
Loading…
x
Reference in New Issue
Block a user