We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51513d3 commit 494b55dCopy full SHA for 494b55d
packages/ckeditor5/src/i18n.ts
@@ -50,6 +50,11 @@ const LOCALE_MAPPINGS: Record<DISPLAYABLE_LOCALE_IDS, LocaleMapping | null> = {
50
coreTranslation: () => import("ckeditor5/translations/ja.js"),
51
premiumFeaturesTranslation: () => import("ckeditor5-premium-features/translations/ja.js"),
52
},
53
+ pl: {
54
+ languageCode: "pl",
55
+ coreTranslation: () => import("ckeditor5/translations/pl.js"),
56
+ premiumFeaturesTranslation: () => import("ckeditor5-premium-features/translations/pl.js"),
57
+ },
58
pt: {
59
languageCode: "pt",
60
coreTranslation: () => import("ckeditor5/translations/pt.js"),
0 commit comments