Skip to content

Instantly share code, notes, and snippets.

@hirauchg
Created April 14, 2019 03:34
Show Gist options
  • Save hirauchg/afb8a824dd65f958f3a4abcf6cc189ec to your computer and use it in GitHub Desktop.
Save hirauchg/afb8a824dd65f958f3a4abcf6cc189ec to your computer and use it in GitHub Desktop.
[Kotlin] アプリの多言語対応(ローカライズ) - 各言語のvaluesディレクトリを追加 - values-es/strings.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="thank_you">Gracias</string>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment