mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-10 00:28:22 -05:00
Merge pull request #1711 from Makanz/add-swedish-language-support
Add swedish language support
This commit is contained in:
@@ -1,7 +1,10 @@
|
|||||||
|
# Contributers
|
||||||
|
|
||||||
Many thanks to everyone who contributed to this project! If you add something or help out feel free to add yourself
|
Many thanks to everyone who contributed to this project! If you add something or help out feel free to add yourself
|
||||||
to this list.
|
to this list.
|
||||||
|
|
||||||
## Code/Features
|
## Code/Features
|
||||||
|
|
||||||
Please have a look at the [list of pull requests](https://github.com/vabene1111/recipes/pulls) for
|
Please have a look at the [list of pull requests](https://github.com/vabene1111/recipes/pulls) for
|
||||||
a complete list of contributions.
|
a complete list of contributions.
|
||||||
Below are some of the larger contributions made yet.
|
Below are some of the larger contributions made yet.
|
||||||
@@ -21,31 +24,38 @@ Below are some of the larger contributions made yet.
|
|||||||
## Translations
|
## Translations
|
||||||
|
|
||||||
### Catalan
|
### Catalan
|
||||||
|
|
||||||
[Rubenix](https://www.transifex.com/user/profile/rubenix/)
|
[Rubenix](https://www.transifex.com/user/profile/rubenix/)
|
||||||
|
|
||||||
### Dutch
|
### Dutch
|
||||||
|
|
||||||
[D0T1X](https://www.transifex.com/user/profile/D0T1X/)
|
[D0T1X](https://www.transifex.com/user/profile/D0T1X/)
|
||||||
[ikbenfrank](https://www.transifex.com/user/profile/ikbenfrank/)
|
[ikbenfrank](https://www.transifex.com/user/profile/ikbenfrank/)
|
||||||
[kampsj](https://www.transifex.com/user/profile/kampsj/)
|
[kampsj](https://www.transifex.com/user/profile/kampsj/)
|
||||||
|
|
||||||
### French
|
### French
|
||||||
|
|
||||||
[jt117](https://www.transifex.com/user/profile/jt117/)
|
[jt117](https://www.transifex.com/user/profile/jt117/)
|
||||||
[nerdinator](https://www.transifex.com/user/profile/nerdinator/)
|
[nerdinator](https://www.transifex.com/user/profile/nerdinator/)
|
||||||
[agaume](https://www.transifex.com/user/profile/agaume/)
|
[agaume](https://www.transifex.com/user/profile/agaume/)
|
||||||
|
|
||||||
### German
|
### German
|
||||||
|
|
||||||
[eTaurus](https://www.transifex.com/user/profile/eTaurus/)
|
[eTaurus](https://www.transifex.com/user/profile/eTaurus/)
|
||||||
[l0c4lh057](https://www.transifex.com/user/profile/l0c4lh057/)
|
[l0c4lh057](https://www.transifex.com/user/profile/l0c4lh057/)
|
||||||
[hyperbit00]
|
[hyperbit00](https://github.com/hyperbit00)
|
||||||
|
|
||||||
### Hungarian
|
### Hungarian
|
||||||
|
|
||||||
[igazka](https://www.transifex.com/user/profile/igazka/)
|
[igazka](https://www.transifex.com/user/profile/igazka/)
|
||||||
|
|
||||||
### Italian
|
### Italian
|
||||||
|
|
||||||
[SK3LA](https://www.transifex.com/user/profile/SK3LA/)
|
[SK3LA](https://www.transifex.com/user/profile/SK3LA/)
|
||||||
[auanasgheps](https://www.transifex.com/user/profile/auanasgheps/)
|
[auanasgheps](https://www.transifex.com/user/profile/auanasgheps/)
|
||||||
|
|
||||||
### Latvian
|
### Latvian
|
||||||
|
|
||||||
[melkypie](https://github.com/melkypie)
|
[melkypie](https://github.com/melkypie)
|
||||||
|
|
||||||
### Portuguese
|
### Portuguese
|
||||||
@@ -65,6 +75,10 @@ Below are some of the larger contributions made yet.
|
|||||||
[mlopezifu](https://www.transifex.com/user/profile/mlopezifu/)
|
[mlopezifu](https://www.transifex.com/user/profile/mlopezifu/)
|
||||||
[sergio.laya](https://www.transifex.com/user/profile/sergio.laya/)
|
[sergio.laya](https://www.transifex.com/user/profile/sergio.laya/)
|
||||||
|
|
||||||
|
### Swedish
|
||||||
|
|
||||||
|
[makanz](https://github.com/makanz)
|
||||||
|
|
||||||
### Turkish
|
### Turkish
|
||||||
|
|
||||||
[batmanisnaked](https://www.transifex.com/user/profile/batmanisnaked/)
|
[batmanisnaked](https://www.transifex.com/user/profile/batmanisnaked/)
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ DICTIONARY = {
|
|||||||
'it': 'italian',
|
'it': 'italian',
|
||||||
# 'lv': 'Latvian',
|
# 'lv': 'Latvian',
|
||||||
'es': 'spanish',
|
'es': 'spanish',
|
||||||
|
'sv': 'swedish',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -377,6 +377,7 @@ LANGUAGES = [
|
|||||||
('pl', _('Polish')),
|
('pl', _('Polish')),
|
||||||
('ru', _('Russian')),
|
('ru', _('Russian')),
|
||||||
('es', _('Spanish')),
|
('es', _('Spanish')),
|
||||||
|
('sv', _('Swedish')),
|
||||||
]
|
]
|
||||||
|
|
||||||
# Static files (CSS, JavaScript, Images)
|
# Static files (CSS, JavaScript, Images)
|
||||||
|
|||||||
Reference in New Issue
Block a user