diff options
author | Allan Wang <me@allanwang.ca> | 2017-11-08 22:40:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-08 22:40:06 -0500 |
commit | f343d0f04c9cbb210f2b56b4f0c534ac56aa76ef (patch) | |
tree | 2a261a6ed4af0c17233714af7673d5370f19edbf /about/src | |
parent | 3b1cbd2f2cf211b804784bef33de85b8a889677e (diff) | |
download | kau-f343d0f04c9cbb210f2b56b4f0c534ac56aa76ef.tar.gz kau-f343d0f04c9cbb210f2b56b4f0c534ac56aa76ef.tar.bz2 kau-f343d0f04c9cbb210f2b56b4f0c534ac56aa76ef.zip |
Translations Vietnamese (#99)
* Add translations
* Lint
* Inline
* Optimize imports
* Replace ellipsis
Diffstat (limited to 'about/src')
3 files changed, 6 insertions, 2 deletions
diff --git a/about/src/main/kotlin/ca/allanwang/kau/about/CollapsibleTextView.kt b/about/src/main/kotlin/ca/allanwang/kau/about/CollapsibleTextView.kt index 32573bc..036f16c 100644 --- a/about/src/main/kotlin/ca/allanwang/kau/about/CollapsibleTextView.kt +++ b/about/src/main/kotlin/ca/allanwang/kau/about/CollapsibleTextView.kt @@ -3,7 +3,6 @@ package ca.allanwang.kau.about import android.content.Context import android.content.res.Configuration import android.util.AttributeSet -import android.widget.LinearLayout import android.widget.TextView import ca.allanwang.kau.ui.views.CollapsibleView import ca.allanwang.kau.ui.views.CollapsibleViewDelegate diff --git a/about/src/main/kotlin/ca/allanwang/kau/about/CutoutIItem.kt b/about/src/main/kotlin/ca/allanwang/kau/about/CutoutIItem.kt index 3f764d3..10a18b2 100644 --- a/about/src/main/kotlin/ca/allanwang/kau/about/CutoutIItem.kt +++ b/about/src/main/kotlin/ca/allanwang/kau/about/CutoutIItem.kt @@ -7,7 +7,6 @@ import ca.allanwang.kau.adapters.ThemableIItemDelegate import ca.allanwang.kau.iitems.KauIItem import ca.allanwang.kau.ui.views.CutoutView import ca.allanwang.kau.utils.bindView -import com.mikepenz.fastadapter.items.AbstractItem /** * Created by Allan Wang on 2017-06-28. diff --git a/about/src/main/res/values-vi/strings_about.xml b/about/src/main/res/values-vi/strings_about.xml new file mode 100644 index 0000000..57696a1 --- /dev/null +++ b/about/src/main/res/values-vi/strings_about.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<resources> + <string name="kau_about_libraries_intro">Ứng dụng này ra đời nhờ những thư viện tuyệt vời dưới đây.</string> + <string name="kau_about_faq_intro">CÂU HỎI THƯỜNG GẶP</string> +</resources> |