| Age | Commit message (Collapse) | Author |
|
|
|
- Include trailing colons inside translated strings because some
languages (eg. French) need a space before the colon.
- Normalize capitalization (title-style didn't seem warranted and looked
weird in some cases).
- Normalize quotes (not very useful, but we had a random mixture of
single and double quotes).
- Remove msgstr from the English po file because they're identical to
msgid by definition.
|
|
If you were relying on this feature, it should be quite easy to
implement it in a third-party panel, and we'll reference it in the
documentation.
Fix #478.
|
|
|
|
Enforce absolute imports to avoid clashing with built-in package names.
Thanks Jannis for his feedback.
|