@tolgee/cli
Advanced tools
Comparing version 2.2.0 to 2.3.0
@@ -24,2 +24,4 @@ export const mapExportFormat = (format) => { | ||
return { format: 'JSON', messageFormat: 'RUBY_SPRINTF' }; | ||
case 'JSON_I18NEXT': | ||
return { format: 'JSON_I18NEXT', messageFormat: 'I18NEXT' }; | ||
case 'JSON_TOLGEE': | ||
@@ -60,2 +62,10 @@ return { format: 'JSON_TOLGEE', messageFormat: 'ICU' }; | ||
return { format: 'YAML_RUBY', messageFormat: 'RUBY_SPRINTF' }; | ||
case 'CSV_ICU': | ||
return { format: 'CSV', messageFormat: 'ICU' }; | ||
case 'CSV_JAVA': | ||
return { format: 'CSV', messageFormat: 'JAVA_STRING_FORMAT' }; | ||
case 'CSV_PHP': | ||
return { format: 'CSV', messageFormat: 'PHP_SPRINTF' }; | ||
case 'CSV_RUBY': | ||
return { format: 'CSV', messageFormat: 'RUBY_SPRINTF' }; | ||
case undefined: | ||
@@ -62,0 +72,0 @@ return { format: 'JSON_TOLGEE', messageFormat: 'ICU' }; |
{ | ||
"name": "@tolgee/cli", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "A tool to interact with the Tolgee Platform through CLI", |
@@ -161,2 +161,3 @@ { | ||
"JSON_ICU", | ||
"JSON_I18NEXT", | ||
"JSON_JAVA", | ||
@@ -177,2 +178,6 @@ "JSON_PHP", | ||
"FLUTTER_ARB", | ||
"CSV_ICU", | ||
"CSV_JAVA", | ||
"CSV_PHP", | ||
"CSV_RUBY", | ||
"YAML_RUBY", | ||
@@ -179,0 +184,0 @@ "YAML_JAVA", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
905644
4983