mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06: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
|
@ -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…
Add table
Add a link
Reference in a new issue