mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
tiny fixes to italian stuff
This commit is contained in:
parent
d17452609f
commit
c965f84e47
6 changed files with 9 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 1
|
||||
version = 2
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
|
|
@ -3,6 +3,7 @@ version = 1
|
|||
|
||||
|
||||
cloudstream {
|
||||
language = "it"
|
||||
// All of these properties are optional, you can safely remove them
|
||||
|
||||
// description = "Lorem Ipsum"
|
||||
|
@ -20,5 +21,5 @@ cloudstream {
|
|||
"Live",
|
||||
)
|
||||
|
||||
iconUrl = "https://www.google.com/s2/favicons?domain=calciostreaming.live&sz=24"
|
||||
iconUrl = "https://www.google.com/s2/favicons?domain=calciostreaming.live&sz=%size%"
|
||||
}
|
|
@ -3,6 +3,7 @@ version = 1
|
|||
|
||||
|
||||
cloudstream {
|
||||
language = "it"
|
||||
// All of these properties are optional, you can safely remove them
|
||||
|
||||
// description = "Lorem Ipsum"
|
||||
|
@ -22,5 +23,5 @@ cloudstream {
|
|||
)
|
||||
|
||||
|
||||
iconUrl = "https://www.google.com/s2/favicons?domain=cb01.rip&sz=24"
|
||||
iconUrl = "https://www.google.com/s2/favicons?domain=cb01.rip&sz=%size%"
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 1
|
||||
version = 2
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 1
|
||||
version = 2
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
|
|
@ -3,6 +3,7 @@ version = 1
|
|||
|
||||
|
||||
cloudstream {
|
||||
language = "it"
|
||||
// All of these properties are optional, you can safely remove them
|
||||
|
||||
// description = "Lorem Ipsum"
|
||||
|
@ -20,5 +21,5 @@ cloudstream {
|
|||
"Live",
|
||||
)
|
||||
|
||||
iconUrl = "https://www.google.com/s2/favicons?domain=github.com&sz=24"
|
||||
iconUrl = "https://www.google.com/s2/favicons?domain=github.com&sz=%size%"
|
||||
}
|
Loading…
Reference in a new issue