mirror of
https://github.com/silverstripe/silverstripe-translatable
synced 2024-10-22 11:05:59 +02:00
Correcting poor German spelling of Austria
This commit is contained in:
parent
65eb9d2e1f
commit
092f37020d
@ -441,7 +441,7 @@ The `i18n` logic has lookup tables for common locales in i18n::$common_locales,
|
|||||||
If your locale is not present here, you can simply add it through `mysite/_config.php`:
|
If your locale is not present here, you can simply add it through `mysite/_config.php`:
|
||||||
|
|
||||||
:::php
|
:::php
|
||||||
i18n::$common_locales['de_AT'] = array('German (Austria)', 'Deutsch (Oestereich)');
|
i18n::$common_locales['de_AT'] = array('German (Austria)', 'Deutsch (Österreich)');
|
||||||
|
|
||||||
This should e.g. enable you to use `$Locale.Nice` in template code.
|
This should e.g. enable you to use `$Locale.Nice` in template code.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user