Skip to content

Commit

Permalink
added translations and minor layout fixes (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
memurats authored Mar 20, 2024
1 parent 9f28e5c commit 3ecb8b4
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 4 deletions.
6 changes: 6 additions & 0 deletions css/components/ncreferencepicker.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.reference-picker {

h2 {
text-align: center;
}
}
1 change: 1 addition & 0 deletions css/nmcstyle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
@import 'components/ncusermenu.scss';
@import 'components/ncactions.scss';
@import 'components/ncselect.scss';
@import 'components/ncreferencepicker.scss';
@import 'components/upload.scss';
@import 'components/tooltip.scss';

Expand Down
4 changes: 3 additions & 1 deletion l10n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@
},
"photos": {
"translations": {
"Photos": "Fotos"
"Photos": "Fotos",
"Add": "Hinzufügen",
"Add photos to this album" : "Fotos und Videos zum Album hinzufügen"
},
"pluralForm": "nplurals=2; plural=(n != 1);"
},
Expand Down
4 changes: 3 additions & 1 deletion l10n/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@
},
"photos": {
"translations": {
"Photos": "Fotos"
"Photos": "Fotos",
"Add": "Hinzufügen",
"Add photos to this album" : "Fotos und Videos zum Album hinzufügen"
},
"pluralForm": "nplurals=2; plural=(n != 1);"
},
Expand Down
4 changes: 3 additions & 1 deletion l10n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,9 @@
},
"photos": {
"translations": {
"Photos": "Fotos"
"Photos": "Photos",
"Add": "Add",
"Add photos to this album" : "Add photos and videos to this album"
},
"pluralForm": "nplurals=2; plural=(n != 1);"
},
Expand Down
4 changes: 3 additions & 1 deletion l10n/en_GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,9 @@
},
"photos": {
"translations": {
"Photos": "Fotos"
"Photos": "Photos",
"Add": "Add",
"Add photos to this album" : "Add photos and videos to this album"
},
"pluralForm": "nplurals=2; plural=(n != 1);"
},
Expand Down

0 comments on commit 3ecb8b4

Please sign in to comment.