mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-19 05:00:21 +02:00
fix: lowercase in vi.json
This commit is contained in:
@@ -358,15 +358,15 @@
|
||||
"other": "{} URL"
|
||||
},
|
||||
"minute": {
|
||||
"one": "{} Phút",
|
||||
"other": "{} Phút"
|
||||
"one": "{} phút",
|
||||
"other": "{} phút"
|
||||
},
|
||||
"hour": {
|
||||
"one": "{} Giờ",
|
||||
"other": "{} Giờ"
|
||||
"one": "{} giờ",
|
||||
"other": "{} giờ"
|
||||
},
|
||||
"day": {
|
||||
"one": "{} Ngày",
|
||||
"one": "{} ngày",
|
||||
"other": "{} ngày"
|
||||
},
|
||||
"clearedNLogsBeforeXAfterY": {
|
||||
|
Reference in New Issue
Block a user