mirror of
https://github.com/spotiflacapp/SpotiFLAC-Mobile.git
synced 2026-06-01 03:15:17 +07:00
fix: correct @@locale values to match filenames (es-ES→es, pt-PT→pt, zh-TW→zh)
This commit is contained in:
parent
1cdf8b7f23
commit
4645d3ac8b
3 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"@@locale": "es-ES",
|
||||
"@@locale": "es",
|
||||
"@@last_modified": "2026-01-16",
|
||||
"appName": "SpotiFLAC",
|
||||
"@appName": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"@@locale": "pt-PT",
|
||||
"@@locale": "pt",
|
||||
"@@last_modified": "2026-01-16",
|
||||
"appName": "SpotiFLAC",
|
||||
"@appName": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"@@locale": "zh-TW",
|
||||
"@@locale": "zh",
|
||||
"@@last_modified": "2026-01-16",
|
||||
"appName": "SpotiFLAC",
|
||||
"@appName": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue