SSVC icon indicating copy to clipboard operation
SSVC copied to clipboard

Internationalization/Localization

Open ahouseholder opened this issue 5 years ago • 5 comments

Not sure what the current preferred term is, but drawing on @sei-vsarvepalli's comment on #119:

JSON format allows for UTF-8 representation of each of "keys" and "values" in both the Provision and Computed schema. So, what should happen if language is say Japanese in UTF-8, do they pick equivalent English letters? Is SSVC vector only is limited to POSIX locale - basically US-ASCII chars only? Maybe a short note of this would be good to clarify how short notation handles languages.

I think the task is generally to address i18n issues in the JSON and vector notations, but it's likely that this may need to be broken up into subtasks. This is probably a post-SSVCv2 item.

ahouseholder avatar Mar 08 '21 19:03 ahouseholder

I prepared a Japanese version of Deployer.json (v2.1.0). However, I need to set an alphabetic character (Key) as the first character of the next label. "label": "P(Priority in Japanese)" and "label": "H(Human Impact in Japanese)". If the first character is not the alphabetic character(key), the SSVC vector string description of SSVC-calc will not be displayed properly. In case of "label": "W(Human Impact in Japanese)" and "label": "Z(Priority in Japanese)", SSVC vector string description is SSVCv2/E:N/X:C/A:N/S:A/M:C/W:M/Z:S. SSVC-calc_vectorstring SSVC-Deployer-ja-20240327.json

Masato20240324 avatar Apr 15 '24 12:04 Masato20240324

Hello @Masato20240324

Is this a question or are you just commenting on Internationalization of SSVC JSON file?

sei-vsarvepalli avatar Apr 15 '24 18:04 sei-vsarvepalli

I see your JSON file does not have keys for some of the decision points and their child elements. See if the enclosed JSON file looks more like what you want so you can have a vector string that looks like US-ASCII SSVC-Deployer-ja-2024041501.json

sei-vsarvepalli avatar Apr 15 '24 19:04 sei-vsarvepalli

#Is this a question or are you just commenting on Internationalization of SSVC JSON file? The comment is that SSVC-calc can handle Japanese. I use it when introducing SSVC.

#SSVC-Deployer-ja-2024041501.json Thank you.

Also, please add keys in Deployer.json.

128 "label": "Human Impact", 129 "decision_type": "complex", "key": "H", 130 "children": [

329 "label": "Priority", "key": "P" 330 } ],

Masato20240324 avatar Apr 15 '24 20:04 Masato20240324

sure thing - thanks.

sei-vsarvepalli avatar Apr 16 '24 02:04 sei-vsarvepalli

sure thing - thanks.

sei-vsarvepalli avatar Apr 16 '24 02:04 sei-vsarvepalli