feat(locale): added comments to terms

This commit is contained in:
Christy Jacob
2021-07-27 00:23:04 +05:30
parent 78f248fa33
commit 0466e22ea1
+4 -4
View File
@@ -1,14 +1,14 @@
[
{
"term": "settings.inspire",
"context": "These strings are used to configure Appwrite's settings.",
"comment": "",
"context": "This string is used as an easter egg in the Appwrite dashboard's raw html",
"comment": "https://github.com/appwrite/appwrite/blob/master/app/views/layouts/default.phtml#L34",
"reference": ""
},
{
"term": "settings.locale",
"context": "These strings are used to configure Appwrite's settings.",
"comment": "",
"context": "This string is used to configure the Appwrite Dashboard's language",
"comment": "https://github.com/appwrite/appwrite/blob/master/app/views/layouts/default.phtml#L36",
"reference": ""
},
{