mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #394] use locales that are supported only #296
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Nowaker on GitHub (Aug 23, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/394
I am Polish. Most of the interface is in English. There are just a few elements that are in Polish - e.g. they are all delete buttons (usuń in Polish). This is annoying since such translations don't help at all. Only the default English locale plus officially supported
ruandzh_CNshould be enabled.@retspen commented on GitHub (Sep 1, 2014):
You can add Polish or turn off i18 module in settings.py (USE_I18N = False)
@Nowaker commented on GitHub (Sep 1, 2014):
Of course I can, and that's what I did in my deployment, but I propose to have i18n enabled for en, ru and zh_CN only out-of-the-box. Having incomplete translations by default doesn't make any sense at all.