diff --git a/webapp/titanembeds/i18n.py b/webapp/titanembeds/i18n.py index 3b7ecb3..e95af2f 100644 --- a/webapp/titanembeds/i18n.py +++ b/webapp/titanembeds/i18n.py @@ -1,10 +1,16 @@ LANGUAGES = { 'da': 'Dansk', # Danish + 'de': 'Deutsche', # German 'en_US': 'English', 'es_ES': 'Español', # Spanish + 'fr': 'français', # French + 'id': 'bahasa Indonesia', # Indonesian 'it': 'Italiano', # Italian 'nl': 'Nederlands', # Dutch 'pl': 'Polski', # Polish + 'pt_PT': 'Português', # Portuguese + 'sr': 'Српски', # Serbian (Cyrillic) + 'sv_SE': 'svenska', # Swedish 'th': "ไทย", # Thai 'tr': 'Türk', # Turkish } \ No newline at end of file diff --git a/webapp/titanembeds/templates/about.html.j2 b/webapp/titanembeds/templates/about.html.j2 index 6e9a9b1..7a5c9b0 100644 --- a/webapp/titanembeds/templates/about.html.j2 +++ b/webapp/titanembeds/templates/about.html.j2 @@ -281,6 +281,12 @@ We want to see all of our members rise to their potential and find success in th
  • Victor Fisker (victorfrb)
  • +
  • + German (Deutsche) [de] + +
  • English (English) [en_US]
  • +
  • + French (français) [fr] + +
  • +
  • + Indonesian (bahasa Indonesia) [id] + +
  • Italian (Italiano) [it]
  • +
  • + Portuguese (Português) [pt_PT] + +
  • +
  • + Serbian (Cyrillic) (Српски) [sr] + +
  • +
  • + Swedish (svenska) [sv_SE] + +
  • Thai (ไทย) [th]