diff options
author | arb0r <arb0r@protonmail.com> | 2016-08-24 17:01:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-24 17:01:32 +0200 |
commit | da58422baeb3f426519514ce7b155d8f54b285f0 (patch) | |
tree | 0d36e77b3dcc222bb39d8d9e759c33aa24200b7d | |
parent | Merge branch 'radfish-PR--readme-clarify-conf-syntax' (diff) | |
download | monero-da58422baeb3f426519514ce7b155d8f54b285f0.tar.xz |
Update README.i18n
Fixed typo.
-rw-r--r-- | README.i18n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.i18n b/README.i18n index 2b913f7d8..0c7a010ef 100644 --- a/README.i18n +++ b/README.i18n @@ -13,7 +13,7 @@ To update ts files after changing source code: To add a new language, eg Spanish (ISO code es): - cp transations/monero.ts transations/monero_es.ts + cp translations/monero.ts translations/monero_es.ts To edit translations for Spanish: |