diff options
author | Minteck ⭐ <nekostarfan@gmail.com> | 2021-09-26 07:56:31 +0000 |
---|---|---|
committer | Minteck ⭐ <nekostarfan@gmail.com> | 2021-09-26 07:56:31 +0000 |
commit | fb0030ea409410183e511c0958ac9ccba334890f (patch) | |
tree | 5c31911ea3f3809796d077e49a2b3827ff8a3801 /database.json | |
parent | 6edf41d8bc3bff7841b44cccd3eb633b4e613b80 (diff) | |
download | metranslator-api-fb0030ea409410183e511c0958ac9ccba334890f.tar.gz metranslator-api-fb0030ea409410183e511c0958ac9ccba334890f.tar.bz2 metranslator-api-fb0030ea409410183e511c0958ac9ccba334890f.zip |
Update 'database.json'
Signed-off-by: Minteck ⭐ <nekostarfan@gmail.com>
Diffstat (limited to 'database.json')
-rw-r--r-- | database.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/database.json b/database.json index 43dd047..09a8d01 100644 --- a/database.json +++ b/database.json @@ -1,9 +1,14 @@ { - "_version": "4.5", + "_version": "5.0", "_name": "Metroz Official Specification", "phrases": [ { + "en": " will not ", + "mt": " gohog ", + "fact": null + }, + { "en": " hello ", "mt": " ac ", "fact": "'ac' is a generic greetings word" |