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