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