mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 10:28:50 +01:00
Fix localization syntax
This commit is contained in:
parent
7e1b873ba7
commit
b1a64e907d
1 changed files with 1 additions and 1 deletions
|
@ -1019,7 +1019,7 @@
|
||||||
"description": "Migrate database to work with the updated app"
|
"description": "Migrate database to work with the updated app"
|
||||||
},
|
},
|
||||||
"migrateDatabaseFailureNotification": "Migrazione del database fallita",
|
"migrateDatabaseFailureNotification": "Migrazione del database fallita",
|
||||||
"memoryAlbumName": "{count, plurale one {1 anno fa} other {{count} anni fa}}",
|
"memoryAlbumName": "{count, plural, one {1 anno fa} other {{count} anni fa}}",
|
||||||
"@memoryAlbumName": {
|
"@memoryAlbumName": {
|
||||||
"description": "Memory albums are generated by the app and include photos in the past years",
|
"description": "Memory albums are generated by the app and include photos in the past years",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
|
|
Loading…
Reference in a new issue