added hindi and urdu messages translation

This commit is contained in:
seanpue 2020-05-20 10:07:28 -04:00
parent d1354ec489
commit b713a32c0e
2 changed files with 20 additions and 0 deletions

10
src/i18n/messages_hi.json Normal file
View File

@ -0,0 +1,10 @@
{
"Add a comment...": "टिप्पणी जोड़ें",
"Add a reply...": "जवाब दें",
"Add tag...": "टैग लगाएँं",
"Cancel": "रद्द करें",
"Close": "बंद करें",
"Edit": "संपादित करें",
"Delete": "हटाएँं",
"Ok": "ठीक है"
}

10
src/i18n/messages_ur.json Normal file
View File

@ -0,0 +1,10 @@
{
"Add a comment...": "تبصرہ کریں",
"Add a reply...": "جواب دیں",
"Add tag...": "ٹیگ لگائیں",
"Cancel": "منسوخ کریں",
"Close": "بند کریں",
"Edit": "ترمیم کریں",
"Delete": "ہٹائیں",
"Ok": "ٹھیک ہے"
}