Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
修改语言文件
Browse files Browse the repository at this point in the history
  • Loading branch information
qwe7002 committed Oct 16, 2021
1 parent f8f1851 commit 0ae33d0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
3 changes: 0 additions & 3 deletions app/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
<string name="get_recent_chat_message">請傳送一些訊息到機器人。</string>
<string name="get_recent_chat_title">獲取最近的對話…</string>
<string name="using_doh">使用DNS over HTTPS</string>
<string name="sim_card_insert">SIM卡被插入。</string>
<string name="sim_card_remove">SIM卡被移除。</string>
<string name="sim_card_lock">SIM卡被锁定。</string>
<string name="no_logs">無日誌。</string>
<string name="charger_status">監控充電器狀態</string>
<string name="using_verification_code_identification">驗證碼自動提取(Alpha)</string>
Expand Down
3 changes: 0 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
<string name="get_recent_chat_message">请发送一些消息到机器人。</string>
<string name="get_recent_chat_title">获取最近的对话…</string>
<string name="using_doh">使用DNS over HTTPS</string>
<string name="sim_card_insert">SIM卡被插入。</string>
<string name="sim_card_remove">SIM卡被移除。</string>
<string name="sim_card_lock">SIM卡被锁定。</string>
<string name="no_logs">无日志。</string>
<string name="charger_status">监控充电器状态</string>
<string name="using_verification_code_identification">验证码自动提取(Alpha)</string>
Expand Down
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ buildscript {
}
}

allprojects {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }

}
}

task clean(type: Delete) {
delete rootProject.buildDir
Expand Down

0 comments on commit 0ae33d0

Please sign in to comment.