Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit 7d4f447

Browse files
authored
Add dutch
1 parent e12977a commit 7d4f447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/i18nextConf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import LanguageDetector from 'i18next-browser-languagedetector';
55
import { i18nextPlugin } from 'translation-check';
66

77
const fallbackLng = ['en'];
8-
const availableLanguages = ['en', 'da-DK', 'de-DE', 'en-GB', 'es-ES', 'fr-FR', 'hi-IN', 'hu-HU', 'ko-KR', 'ru-RU', 'tr-TR', 'zh-CN'];
8+
const availableLanguages = ['en', 'da-DK', 'de-DE', 'en-GB', 'es-ES', 'fr-FR', 'hi-IN', 'hu-HU', 'ko-KR', 'ru-RU', 'tr-TR', 'zh-CN', 'nl-NL'];
99

1010
i18n
1111
.use(Backend) // load translations using http (default public/assets/locals/en/translations)

0 commit comments

Comments
 (0)