i18n: add Czech (cs) and Slovak (sk) localization

This commit is contained in:
Pavol Rusnak
2023-11-06 15:17:47 +01:00
parent 4817a62a66
commit 18ebe010bc
5 changed files with 393 additions and 1 deletions
+3 -1
View File
@@ -327,7 +327,9 @@
{ value: 'we', label: 'Cymraeg', display: 'CY' },
{ value: 'pl', label: 'Polski', display: 'PL' },
{ value: 'pt', label: 'Português', display: 'PT' },
{ value: 'br', label: 'Português', display: 'BR' }
{ value: 'br', label: 'Português', display: 'BR' },
{ value: 'cs', label: 'Česky', display: 'CS' },
{ value: 'sk', label: 'Slovensky', display: 'SK' }
]
</script>
{% block scripts %}{% endblock %}