Skip to content

Commit 99c1956

Browse files
authored
Merge pull request #7987 from sagemathinc/i18n-20241024
I18N: fix course dialogs, more course translations, dutch
2 parents 0fff675 + 323201e commit 99c1956

37 files changed

+3103
-465
lines changed

src/packages/frontend/app/localize.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ function loadAntdLocale(locale: Locale): Promise<AntdLocale> {
145145
return import("antd/locale/zh_CN");
146146
case "es":
147147
return import("antd/locale/es_ES");
148+
case "nl":
149+
return import("antd/locale/nl_NL");
148150
case "ru":
149151
return import("antd/locale/ru_RU");
150152
case "fr":

0 commit comments

Comments
 (0)