Implement localization (en only).

This commit is contained in:
Oliver Rümpelein 2021-01-13 18:02:22 +01:00
parent 2d809c955b
commit d6ddad67cc
5 changed files with 47 additions and 16 deletions

View file

@ -175,7 +175,7 @@ export const DS4 = {
},
/**
* Define the profile info types for hanndlebars of a character
* Define the profile info types for handlebars of a character
*/
profileDTypes: {
gender: "String",
@ -188,4 +188,14 @@ export const DS4 = {
eyeColor: "String",
specialCharacteristics: "String",
},
/**
* Define localization strings for Chat Visibility
*/
chatVisibilities: {
roll: "DS4.ChatVisibilityRoll",
gmroll: "DS4.ChatVisibilityGmRoll",
blindroll: "DS4.ChatVisibilityBlindRoll",
selfroll: "DS4.ChatVisibilitySelfRoll",
},
};