mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
Fix locales to be 'null' instead of '""'
This commit is contained in:
parent
dd80dc764c
commit
3a968361db
@ -101,24 +101,24 @@
|
||||
"password": "Uw Wachtwoord"
|
||||
},
|
||||
"notifications": {
|
||||
"comment": "",
|
||||
"content": "",
|
||||
"empty": "",
|
||||
"comment": null,
|
||||
"content": null,
|
||||
"empty": null,
|
||||
"filterLabel": {
|
||||
"all": "",
|
||||
"read": "",
|
||||
"unread": ""
|
||||
"all": null,
|
||||
"read": null,
|
||||
"unread": null
|
||||
},
|
||||
"markAllAsRead": "Markeer alles als gelezen",
|
||||
"pageLink": "",
|
||||
"post": "",
|
||||
"pageLink": null,
|
||||
"post": null,
|
||||
"reason": {
|
||||
"commented_on_post": "",
|
||||
"mentioned_in_comment": "",
|
||||
"mentioned_in_post": ""
|
||||
"commented_on_post": null,
|
||||
"mentioned_in_comment": null,
|
||||
"mentioned_in_post": null
|
||||
},
|
||||
"title": "",
|
||||
"user": ""
|
||||
"title": null,
|
||||
"user": null
|
||||
},
|
||||
"post": {
|
||||
"moreInfo": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user