Change Pirate language to en_7S

Since it's English from the seven seas.

Contributes to issue CURA-4263.
This commit is contained in:
Ruben D 2017-09-10 01:49:54 +02:00
parent 48778a2801
commit 08d0d90389
No known key found for this signature in database
GPG Key ID: 6B42C9465E304A62
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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" })
}
}
}