1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 01:36:18 +00:00

Finnish and Swedish language support (#389)

This commit is contained in:
Antti Tapio
2020-04-12 19:27:06 +03:00
committed by GitHub
parent 6bdaa8352b
commit 7faa0f8a54
4 changed files with 6 additions and 4 deletions

View File

@@ -524,7 +524,9 @@ angular.module('docs',
{ key: 'nld', label: 'Nederlands' },
{ key: 'tur', label: 'Türkçe' },
{ key: 'heb', label: 'עברית' },
{ key: 'hun', label: 'Magyar' }
{ key: 'hun', label: 'Magyar' },
{ key: 'fin', label: 'Suomi' },
{ key: 'swe', label: 'Svenska' }
];
})
/**