Spanish translation integration
This commit is contained in:
@@ -24,7 +24,7 @@ Features
|
|||||||
- Host anywhere (shared hosting, VPS, Raspberry Pi or localhost)
|
- Host anywhere (shared hosting, VPS, Raspberry Pi or localhost)
|
||||||
- No external dependencies
|
- No external dependencies
|
||||||
- **Super easy setup**, copy and paste files and you are done!
|
- **Super easy setup**, copy and paste files and you are done!
|
||||||
- Translations in English, French, Brazilian Portuguese and Polish
|
- Translations in English, French, Brazilian Portuguese, Spanish and Polish
|
||||||
|
|
||||||
Roadmap
|
Roadmap
|
||||||
-------
|
-------
|
||||||
@@ -55,6 +55,7 @@ Contributors:
|
|||||||
- Nekohayo: https://github.com/nekohayo
|
- Nekohayo: https://github.com/nekohayo
|
||||||
- Raphaël Doursenaud: https://github.com/rdoursenaud
|
- Raphaël Doursenaud: https://github.com/rdoursenaud
|
||||||
- Rzeka: https://github.com/rzeka
|
- Rzeka: https://github.com/rzeka
|
||||||
|
- Sebastien pacilly: https://github.com/spacilly
|
||||||
- Toomyem: https://github.com/Toomyem
|
- Toomyem: https://github.com/Toomyem
|
||||||
|
|
||||||
There is also many people who have reported bugs or proposed awesome ideas.
|
There is also many people who have reported bugs or proposed awesome ideas.
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ return array(
|
|||||||
'French' => 'Français',
|
'French' => 'Français',
|
||||||
'Polish' => 'Polonais',
|
'Polish' => 'Polonais',
|
||||||
'Portuguese (Brazilian)' => 'Portugais (Brésil)',
|
'Portuguese (Brazilian)' => 'Portugais (Brésil)',
|
||||||
|
'Spanish' => 'Espagnol',
|
||||||
'None' => 'Aucun',
|
'None' => 'Aucun',
|
||||||
'edit' => 'modifier',
|
'edit' => 'modifier',
|
||||||
'Edit' => 'Modifier',
|
'Edit' => 'Modifier',
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ return array(
|
|||||||
'French' => 'francuski',
|
'French' => 'francuski',
|
||||||
'Polish' => 'polski',
|
'Polish' => 'polski',
|
||||||
'Portuguese (Brazilian)' => 'Portugalski (brazylijski)',
|
'Portuguese (Brazilian)' => 'Portugalski (brazylijski)',
|
||||||
|
'Spanish' => 'Hiszpański',
|
||||||
'None' => 'Brak',
|
'None' => 'Brak',
|
||||||
'edit' => 'edytuj',
|
'edit' => 'edytuj',
|
||||||
'Edit' => 'Edytuj',
|
'Edit' => 'Edytuj',
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ return array(
|
|||||||
'French' => 'Francês',
|
'French' => 'Francês',
|
||||||
'Polish' => 'Polonês',
|
'Polish' => 'Polonês',
|
||||||
'Portuguese (Brazilian)' => 'Português (Brasil)',
|
'Portuguese (Brazilian)' => 'Português (Brasil)',
|
||||||
|
'Spanish' => 'Espanhol',
|
||||||
'None' => 'Nenhum',
|
'None' => 'Nenhum',
|
||||||
'edit' => 'editar',
|
'edit' => 'editar',
|
||||||
'Edit' => 'Editar',
|
'Edit' => 'Editar',
|
||||||
|
|||||||
@@ -44,6 +44,7 @@ class Config extends Base
|
|||||||
{
|
{
|
||||||
$languages = array(
|
$languages = array(
|
||||||
'en_US' => t('English'),
|
'en_US' => t('English'),
|
||||||
|
'es_ES' => t('Spanish'),
|
||||||
'fr_FR' => t('French'),
|
'fr_FR' => t('French'),
|
||||||
'pl_PL' => t('Polish'),
|
'pl_PL' => t('Polish'),
|
||||||
'pt_BR' => t('Portuguese (Brazilian)'),
|
'pt_BR' => t('Portuguese (Brazilian)'),
|
||||||
|
|||||||
Reference in New Issue
Block a user