mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-31 01:06:47 +08: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
.gitignore
vendored
2
.gitignore
vendored
@ -6,7 +6,7 @@ __pycache__
|
||||
docs/html
|
||||
*.log
|
||||
resources/i18n/en_US
|
||||
resources/i18n/7s
|
||||
resources/i18n/en_7S
|
||||
resources/i18n/x-test
|
||||
resources/firmware
|
||||
resources/materials
|
||||
|
@ -166,7 +166,7 @@ UM.PreferencesPage
|
||||
var date_object = new Date();
|
||||
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…
x
Reference in New Issue
Block a user