@ndla/ui 33.4.0 → 33.4.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/Article/ArticleByline.js +17 -17
- package/es/Article/ArticleSideBar.js +8 -10
- package/es/LearningPaths/LearningPathMenuAside.js +6 -14
- package/es/locale/messages-en.js +1 -0
- package/es/locale/messages-nb.js +1 -0
- package/es/locale/messages-nn.js +1 -0
- package/es/locale/messages-se.js +1 -0
- package/es/locale/messages-sma.js +1 -0
- package/lib/Article/ArticleByline.js +17 -17
- package/lib/Article/ArticleSideBar.js +8 -10
- package/lib/LearningPaths/LearningPathMenuAside.js +6 -14
- package/lib/locale/messages-en.d.ts +1 -0
- package/lib/locale/messages-en.js +1 -0
- package/lib/locale/messages-nb.d.ts +1 -0
- package/lib/locale/messages-nb.js +1 -0
- package/lib/locale/messages-nn.d.ts +1 -0
- package/lib/locale/messages-nn.js +1 -0
- package/lib/locale/messages-se.d.ts +1 -0
- package/lib/locale/messages-se.js +1 -0
- package/lib/locale/messages-sma.d.ts +1 -0
- package/lib/locale/messages-sma.js +1 -0
- package/package.json +8 -8
- package/src/Article/ArticleByline.tsx +11 -11
- package/src/Article/ArticleSideBar.tsx +4 -5
- package/src/LearningPaths/LearningPathMenuAside.tsx +2 -17
- package/src/locale/messages-en.ts +1 -0
- package/src/locale/messages-nb.ts +1 -0
- package/src/locale/messages-nn.ts +1 -0
- package/src/locale/messages-se.ts +1 -0
- package/src/locale/messages-sma.ts +1 -0
|
@@ -259,6 +259,7 @@ const messages = {
|
|
|
259
259
|
alphabeticSort: 'Subjects grouped alphabetically',
|
|
260
260
|
subjectGroup: 'Group "{{ category }}"',
|
|
261
261
|
allSubjects: 'All subjects',
|
|
262
|
+
myFavoriteSubjects: 'My favorite subjects',
|
|
262
263
|
chooseSubject: 'Choose subject',
|
|
263
264
|
errorDescription: 'Sorry, an error occurred while loading the subjects.',
|
|
264
265
|
confirmRemove: 'Are you sure you want to remove {{subject}} from your favorite subjects?',
|
|
@@ -258,6 +258,7 @@ const messages = {
|
|
|
258
258
|
alphabeticSort: 'Fag gruppert alfabetisk',
|
|
259
259
|
subjectGroup: 'Gruppe "{{ category }}"',
|
|
260
260
|
allSubjects: 'Alle fag',
|
|
261
|
+
myFavoriteSubjects: 'Mine favorittfag',
|
|
261
262
|
errorDescription: 'Beklager, en feil oppstod under lasting av fagene.',
|
|
262
263
|
chooseSubject: 'Velg fag',
|
|
263
264
|
confirmRemove: 'Er du sikker på at du vil fjerne {{subject}} fra favorittfag?',
|
|
@@ -258,6 +258,7 @@ const messages = {
|
|
|
258
258
|
alphabeticSort: 'Fag gruppert alfabetisk',
|
|
259
259
|
subjectGroup: 'Gruppe "{{ category }}"',
|
|
260
260
|
allSubjects: 'Alle fag',
|
|
261
|
+
myFavoriteSubjects: 'Favorittfaga mine',
|
|
261
262
|
errorDescription: 'Orsak, ein feil oppstod under lasting av faga.',
|
|
262
263
|
chooseSubject: 'Vel fag',
|
|
263
264
|
confirmRemove: 'Er du sikker på at du vil fjerne {{subject}} fra favorittfag?',
|
|
@@ -258,6 +258,7 @@ const messages = {
|
|
|
258
258
|
alphabeticSort: 'Fag gruppert alfabetisk',
|
|
259
259
|
subjectGroup: 'Gruppe "{{ category }}"',
|
|
260
260
|
allSubjects: 'Buot fágat',
|
|
261
|
+
myFavoriteSubjects: 'Mine favorittfag',
|
|
261
262
|
errorDescription: 'Šállošat, boasttuvuohta čuožžilii fágaid viežžamis.',
|
|
262
263
|
chooseSubject: 'Vállje fága',
|
|
263
264
|
confirmRemove: 'Er du sikker på at du vil fjerne {{subject}} fra favorittfag?',
|
|
@@ -258,6 +258,7 @@ const messages = {
|
|
|
258
258
|
alphabeticSort: 'Fag gruppert alfabetisk',
|
|
259
259
|
subjectGroup: 'Gruppe "{{ category }}"',
|
|
260
260
|
allSubjects: 'Alle fag',
|
|
261
|
+
myFavoriteSubjects: 'Mine favorittfag',
|
|
261
262
|
errorDescription: 'Beklager, en feil oppstod under lasting av fagene.',
|
|
262
263
|
chooseSubject: 'Velg fag',
|
|
263
264
|
confirmRemove: 'Er du sikker på at du vil fjerne {{subject}} fra favorittfag?',
|