mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-07-27 01:36:29 +00:00
feature(i18n): add Korean translation (#34)
This commit is contained in:
parent
3ae9e518a3
commit
3f49bc382e
13 changed files with 224 additions and 2 deletions
|
|
@ -12,6 +12,7 @@
|
|||
<option value="de">{{ $t('languages.de') }}</option>
|
||||
<option value="ru">{{ $t('languages.ru') }}</option>
|
||||
<option value="pl">{{ $t('languages.pl') }}</option>
|
||||
<option value="ko">{{ $t('languages.ko') }}</option>
|
||||
</select>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue