diff options
author | Allan Wang <me@allanwang.ca> | 2017-11-12 04:02:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-12 04:02:08 -0500 |
commit | 1b7368f89500b16d5a7a16db9dc01778bed92194 (patch) | |
tree | 1f3c8972440c1f258c81b400f364ecdcda5fcdab /colorpicker | |
parent | 43cd1034b3319365db52d03efdfff333822c7335 (diff) | |
download | kau-1b7368f89500b16d5a7a16db9dc01778bed92194.tar.gz kau-1b7368f89500b16d5a7a16db9dc01778bed92194.tar.bz2 kau-1b7368f89500b16d5a7a16db9dc01778bed92194.zip |
Add translations (#103)
Diffstat (limited to 'colorpicker')
-rw-r--r-- | colorpicker/src/main/res/values-ko/strings_colorpicker.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/colorpicker/src/main/res/values-ko/strings_colorpicker.xml b/colorpicker/src/main/res/values-ko/strings_colorpicker.xml new file mode 100644 index 0000000..550fb00 --- /dev/null +++ b/colorpicker/src/main/res/values-ko/strings_colorpicker.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!--Generated by crowdin.com--> +<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="ResourceName"> + <string name="kau_md_color_palette">색상 팔레트</string> + <string name="kau_md_presets">사전 설정</string> +</resources> |