localizations

This commit is contained in:
Patrick Wardle 2024-09-24 10:08:13 +02:00
parent d635db74b4
commit 62e1b7194e
6 changed files with 74 additions and 20 deletions

View File

@ -1,35 +1,62 @@
{ {
"images" : [ "images" : [
{ {
"idiom" : "mac", "filename" : "darkMode 1.png",
"filename" : "darkMode.png" "idiom" : "mac"
}, },
{ {
"idiom" : "mac",
"filename" : "lightMode.png",
"appearances" : [ "appearances" : [
{ {
"appearance" : "luminosity", "appearance" : "luminosity",
"value" : "light" "value" : "light"
} }
] ],
"filename" : "lightMode.png",
"idiom" : "mac"
}, },
{ {
"idiom" : "mac",
"filename" : "darkMode.png",
"appearances" : [ "appearances" : [
{ {
"appearance" : "luminosity", "appearance" : "luminosity",
"value" : "dark" "value" : "dark"
} }
] ],
"filename" : "darkMode.png",
"idiom" : "mac"
},
{
"idiom" : "mac",
"locale" : "es"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "light"
}
],
"filename" : "lightMode_es.png",
"idiom" : "mac",
"locale" : "es"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "darkMode_es.png",
"idiom" : "mac",
"locale" : "es"
} }
], ],
"info" : { "info" : {
"version" : 1, "author" : "xcode",
"author" : "xcode" "version" : 1
}, },
"properties" : { "properties" : {
"localizable" : true,
"preserves-vector-representation" : true "preserves-vector-representation" : true
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

@ -1,35 +1,62 @@
{ {
"images" : [ "images" : [
{ {
"idiom" : "mac", "filename" : "darkMode.png",
"filename" : "darkMode.png" "idiom" : "mac"
}, },
{ {
"idiom" : "mac",
"filename" : "lightMode.png",
"appearances" : [ "appearances" : [
{ {
"appearance" : "luminosity", "appearance" : "luminosity",
"value" : "light" "value" : "light"
} }
] ],
"filename" : "lightMode.png",
"idiom" : "mac"
}, },
{ {
"idiom" : "mac",
"filename" : "darkMode.png",
"appearances" : [ "appearances" : [
{ {
"appearance" : "luminosity", "appearance" : "luminosity",
"value" : "dark" "value" : "dark"
} }
] ],
"filename" : "darkMode.png",
"idiom" : "mac"
},
{
"idiom" : "mac",
"locale" : "es"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "light"
}
],
"filename" : "lightMode_es.png",
"idiom" : "mac",
"locale" : "es"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "darkMode_es.png",
"idiom" : "mac",
"locale" : "es"
} }
], ],
"info" : { "info" : {
"version" : 1, "author" : "xcode",
"author" : "xcode" "version" : 1
}, },
"properties" : { "properties" : {
"localizable" : true,
"preserves-vector-representation" : true "preserves-vector-representation" : true
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB