mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Change Pirate language to en_7S
Since it's English from the seven seas. Contributes to issue CURA-4263.
This commit is contained in:
parent
48778a2801
commit
08d0d90389
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -6,7 +6,7 @@ __pycache__
|
||||||
docs/html
|
docs/html
|
||||||
*.log
|
*.log
|
||||||
resources/i18n/en_US
|
resources/i18n/en_US
|
||||||
resources/i18n/7s
|
resources/i18n/en_7S
|
||||||
resources/i18n/x-test
|
resources/i18n/x-test
|
||||||
resources/firmware
|
resources/firmware
|
||||||
resources/materials
|
resources/materials
|
||||||
|
|
|
||||||
|
|
@ -166,7 +166,7 @@ UM.PreferencesPage
|
||||||
var date_object = new Date();
|
var date_object = new Date();
|
||||||
if (date_object.getUTCMonth() == 8 && date_object.getUTCDate() == 19) //Only add Pirate on the 19th of September.
|
if (date_object.getUTCMonth() == 8 && date_object.getUTCDate() == 19) //Only add Pirate on the 19th of September.
|
||||||
{
|
{
|
||||||
append({ text: "Pirate", code: "7s" })
|
append({ text: "Pirate", code: "en_7S" })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue