Mist: Can't switch to German with `view > change language`

Created on 19 Jul 2016  路  10Comments  路  Source: ethereum/mist

Node type: geth
OS: linux
Network type: main/test
Mist version: 0.8.1
branch: develop

2016-07-20 00 20 54

Can't switch to German with view > change language. At the first glance, the TAPi18n.setLanguage("de") is not behave normally.
@luclu

PR available Bug

All 10 comments

Thanks @ChihChengLiang, I linked it in your post.

de and es ignored in this commit. why?
@frozeman

Tschusch! I even fixed this today in this PR https://github.com/ethereum/meteor-dapp-wallet/pull/246/files

Dup of #945 ?

Related, this stated to happen after @alexvandesande rebased your PR.
Your new PR has already partly fixed it for...

Check if the de and es generated by changing cdn_path from "cdn_path" : "i18n" to "cdn_path" : "/i18n" in project-tap.i18n. It works on my computer.
reference: https://github.com/TAPevents/i18n-bundler/issues/2#issuecomment-174462279

I updated the project-tap.i18n files for both repos, but still the only languages that work for me are en, fr, pt and ch. With or without your bugfix. I will recheck if I miss something in my setup later today.

This issue is actually unrelated to my bugfix. Instead, it's because the json in meteor-dapp-wallet app/public/i18n is not updated. If you run TAPi18n.setLanguage("de").fail(), it will show a JSON parse error which is because it fails to load de.json in app/public/i18n.
Meteor should rebuild the public i18n files on startup, it should be configured somewhere in TAPevents/i18n-bundler .

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

Was this page helpful?
0 / 5 - 0 ratings