| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
|
|
| |
underscore (e.g. `hu_HU`):
* Use the latest version of `gettext_i18n_rails` (including fix to make it work in Railes 2.x)
* Use a backend that falls back to, for example, `hu` from `hu_HU` (so we can use any underlying Rails l10n)
* Normalize the underscore to a hyphen when working out which languages to display in the language switcher
Fixes #503 (and see there for more discussion)
|
| |
|
| |
|
|
|
|
| |
Be careful: turns out that the :ignore_fuzzy flag changes the behaviour of gettext. The warnings dont show up, but the fuzzy strings get used, and theyre most often wrong!
|
| |
|
|
|
|
| |
initializers/fast_gettext.rb, when it is overridded by environment.rb anyway (based on the value in config/general)
|
| |
|
|
|
|
| |
etc.
|
|
|