@ndla/ui 27.1.0 → 27.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/i18n/i18n.js +1 -0
- package/es/locale/messages-se.js +1 -1
- package/lib/i18n/i18n.js +1 -0
- package/lib/locale/messages-se.js +1 -1
- package/package.json +2 -2
- package/src/i18n/i18n.ts +1 -0
- package/src/locale/messages-se.ts +1 -1
- package/src/.DS_Store +0 -0
package/es/i18n/i18n.js
CHANGED
package/es/locale/messages-se.js
CHANGED
|
@@ -1011,7 +1011,7 @@ var messages = _objectSpread(_objectSpread({
|
|
|
1011
1011
|
},
|
|
1012
1012
|
newFavourite: 'Aitto lasihuvvon',
|
|
1013
1013
|
feide: 'Dát vižžojuvvo du birra Feide:s',
|
|
1014
|
-
feideWrongInfo: '
|
|
1014
|
+
feideWrongInfo: 'Jus leat boasttudieđut, de fertejit dat ođasmahttojuvvot doallogoddiorganisašuvnna/skuvlaeaiggáda bokte gosa geavaheaddji gullá. Visogovva geavaheaddjidoarjagis gávnnat dáppe: feide.no/brukerstøtte',
|
|
1015
1015
|
storageInfo: {
|
|
1016
1016
|
title: 'Ná vurket iežat oiddotresurssaid NDLA:s',
|
|
1017
1017
|
text: 'Deaddil váibmoboalu vurken dihtii resurssa.'
|
package/lib/i18n/i18n.js
CHANGED
|
@@ -38,6 +38,7 @@ var i18nInstance = _i18next["default"].use(_reactI18next.initReactI18next).use(_
|
|
|
38
38
|
|
|
39
39
|
exports.i18nInstance = i18nInstance;
|
|
40
40
|
i18nInstance.init({
|
|
41
|
+
compatibilityJSON: 'v3',
|
|
41
42
|
detection: DETECTION_OPTIONS,
|
|
42
43
|
fallbackLng: 'nb',
|
|
43
44
|
supportedLngs: ['nb', 'nn', 'en', 'se'],
|
|
@@ -1017,7 +1017,7 @@ var messages = _objectSpread(_objectSpread({
|
|
|
1017
1017
|
},
|
|
1018
1018
|
newFavourite: 'Aitto lasihuvvon',
|
|
1019
1019
|
feide: 'Dát vižžojuvvo du birra Feide:s',
|
|
1020
|
-
feideWrongInfo: '
|
|
1020
|
+
feideWrongInfo: 'Jus leat boasttudieđut, de fertejit dat ođasmahttojuvvot doallogoddiorganisašuvnna/skuvlaeaiggáda bokte gosa geavaheaddji gullá. Visogovva geavaheaddjidoarjagis gávnnat dáppe: feide.no/brukerstøtte',
|
|
1021
1021
|
storageInfo: {
|
|
1022
1022
|
title: 'Ná vurket iežat oiddotresurssaid NDLA:s',
|
|
1023
1023
|
text: 'Deaddil váibmoboalu vurken dihtii resurssa.'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ndla/ui",
|
|
3
|
-
"version": "27.1.
|
|
3
|
+
"version": "27.1.1",
|
|
4
4
|
"description": "UI component library for NDLA.",
|
|
5
5
|
"license": "GPL-3.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"publishConfig": {
|
|
86
86
|
"access": "public"
|
|
87
87
|
},
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "2247cc7ddac3d0f9b76f1563c41af22db0c283e9"
|
|
89
89
|
}
|
package/src/i18n/i18n.ts
CHANGED
|
@@ -1051,7 +1051,7 @@ const messages = {
|
|
|
1051
1051
|
newFavourite: 'Aitto lasihuvvon',
|
|
1052
1052
|
feide: 'Dát vižžojuvvo du birra Feide:s',
|
|
1053
1053
|
feideWrongInfo:
|
|
1054
|
-
'
|
|
1054
|
+
'Jus leat boasttudieđut, de fertejit dat ođasmahttojuvvot doallogoddiorganisašuvnna/skuvlaeaiggáda bokte gosa geavaheaddji gullá. Visogovva geavaheaddjidoarjagis gávnnat dáppe: feide.no/brukerstøtte',
|
|
1055
1055
|
storageInfo: {
|
|
1056
1056
|
title: 'Ná vurket iežat oiddotresurssaid NDLA:s',
|
|
1057
1057
|
text: 'Deaddil váibmoboalu vurken dihtii resurssa.',
|
package/src/.DS_Store
DELETED
|
Binary file
|