tabcmd icon indicating copy to clipboard operation
tabcmd copied to clipboard

implement options --country and --language for export (must be used together)

Open jacalata opened this issue 3 years ago • 2 comments

export.options.country=If not using user''s default locale, the country abbreviation for locale (find in IANA Language Subtag Registry). Must use with --language export.options.language=If not using user''s default locale, the language abbreviation for locale (find in IANA Language Subtag Registry). Must use with --country

jacalata avatar May 09 '22 11:05 jacalata

If there is text in an export, the default language presented should be the default language of the user logged into Server. Sending language parameters in the HTTP request overrides the Server user default language, which we do not not want, so do not include any language parameters in the language parameter unless explicitly set with these options.

jacalata avatar May 10 '22 15:05 jacalata

in progress in #106

jacalata avatar May 25 '22 07:05 jacalata