Add save_playlist key to language files
Add a new "save_playlist" entry (placeholder "Save Playlist As") to multiple locale JSON files (ar, de, es, fr, hi, id, it, ja, pl, pt, ru, tr, zh) to provide a translation key for saving playlists. Also adds the required trailing commas when inserting the new entries.
This commit is contained in:
@@ -83,7 +83,8 @@
|
||||
"select_all": "تحديد الكل",
|
||||
"deselect_all": "إلغاء تحديد الكل",
|
||||
"open_folder": "فتح موقع المجلد",
|
||||
"history": "السجل"
|
||||
"history": "السجل",
|
||||
"save_playlist": "Save Playlist As"
|
||||
},
|
||||
"dialogs": {
|
||||
"custom_options": "خيارات مخصصة",
|
||||
|
||||
Reference in New Issue
Block a user