String format and delimiters in .toml localization files #896
Closed
Patriccollu
started this conversation in
Language & Translation
Replies: 1 comment
-
Paul clarified this in issue #2. So I'm closing this discussion. Best regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I need some clarification about the format of strings used by localization files stored in vdhlocales repository.
When checking the current versions of
en_US.toml
andco.toml
files, I see the presence of two different string delimiters: three simple quotes (''') and double quote (").For example
en_US.toml
contains strings such as:Whereas Corsican localization, in
co.toml
file, contains:When updating
co.toml
file, do I need to respect the existing string delimeters or may I use always the same, for example double quote (") on ALL the strings?Please can you clarify?
Best regards,
Patriccollu.
Beta Was this translation helpful? Give feedback.
All reactions