1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-04 11:13:36 +00:00

Remove classic_zh_cn

This commit is contained in:
NekoInverter 2020-04-23 17:03:59 +08:00
parent ba6f57d924
commit 73fb901ad3
No known key found for this signature in database
GPG Key ID: 280D6CCCF95715F9
4 changed files with 3 additions and 15 deletions

View File

@ -301,7 +301,7 @@ android {
}
}
defaultConfig.versionCode = 10 * 1917
defaultConfig.versionCode = 10 * 1918
def tgVoipDexFileName = "libtgvoip.dex"
def tgVoipDexClasses = ["AudioRecordJNI", "AudioTrackJNI", "NativeTgVoipDelegate", "NativeTgVoipInstance", "TgVoipNativeLoader", "Resampler", "VLog"]

View File

@ -19,7 +19,7 @@ public class BuildVars {
public static boolean USE_CLOUD_STRINGS = true;
public static boolean CHECK_UPDATES = true;
public static boolean TON_WALLET_STANDALONE = false;
public static int BUILD_VERSION = 1917;
public static int BUILD_VERSION = 1918;
public static String BUILD_VERSION_STRING = "6.0.1.3";
public static int APP_ID = 336779;
public static String APP_HASH = "b91eefacc86747c068c8d8a16b41500d";

View File

@ -354,18 +354,6 @@ public class LocaleController {
languagesDict.put("zh_hk", localeInfo);
languagesDict.put("zh_mo", localeInfo);
localeInfo = new LocaleInfo();
localeInfo.name = "简体中文";
localeInfo.nameEnglish = "Chinese (Simplified, @zh_CN)";
localeInfo.shortName = "classic_zh_cn";
localeInfo.baseLangCode = "zh_hans_raw";
localeInfo.isRtl = false;
localeInfo.pathToFile = "unofficial";
localeInfo.pluralLangCode = "zh_cn";
localeInfo.builtIn = true;
languages.add(localeInfo);
languagesDict.put(localeInfo.getKey(), localeInfo);
localeInfo = new LocaleInfo();
localeInfo.name = "正體中文";
localeInfo.nameEnglish = "Chinese (zh-Hant-TW)";

View File

@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.0-beta03'
classpath 'com.android.tools.build:gradle:4.0.0-beta04'
classpath 'com.google.gms:google-services:4.3.3'
}
}