From 056303b3a96caa92b9193477e19e439d5dae5ebe Mon Sep 17 00:00:00 2001 From: rubyluk Date: Mon, 30 Oct 2017 17:37:39 +0800 Subject: [PATCH 1/2] Update format.md Correct supported format list for API --- reference/format.md | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/format.md b/reference/format.md index e9f6c47..f4a908c 100644 --- a/reference/format.md +++ b/reference/format.md @@ -25,6 +25,7 @@ Format can be one of the following: * `IDEMPIERE_XML` * `QT_TS_XML` * `XLIFF` +* `XLF` * `RESJSON` ([a Microsoft defined format](https://msdn.microsoft.com/en-us/library/windows/apps/hh465248.aspx)) * `TMX` * `L10N` From eb49a15e721c20c0475f8d5b05a125dd880b17dc Mon Sep 17 00:00:00 2001 From: rubyluk Date: Mon, 30 Oct 2017 18:05:03 +0800 Subject: [PATCH 2/2] Update format.md Correct missing format code in list --- reference/format.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reference/format.md b/reference/format.md index f4a908c..ef64a93 100644 --- a/reference/format.md +++ b/reference/format.md @@ -3,10 +3,12 @@ Format can be one of the following: * `IOS_STRINGS` * `IOS_STRINGSDICT_XML` +* `PLIST_XML` * `GNU_PO` * `ANDROID_XML` * `ANDROID_JSON` * `JAVA_PROPERTIES` +* `JAVA_LANG` * `RUBY_YML` * `RUBY_YAML` * `FLASH_XML` @@ -14,6 +16,7 @@ Format can be one of the following: * `RRC` * `RESX` * `HIERARCHICAL_JSON` (common key-value JSON format) +* `I18NEXT_HIERARCHICAL_JSON` * `PHP` * `PHP_SHORT_ARRAY` ([Alternative array syntax supported by PHP >= 5.4](http://php.net/manual/en/language.types.array.php)) * `PHP_VARIABLES` @@ -26,8 +29,11 @@ Format can be one of the following: * `QT_TS_XML` * `XLIFF` * `XLF` +* `XLIFF_Symfony` * `RESJSON` ([a Microsoft defined format](https://msdn.microsoft.com/en-us/library/windows/apps/hh465248.aspx)) * `TMX` * `L10N` * `INI` +* `TXT` +* `TXT_INI` (Unity NGUI format with extension .txt) * `REQUIREJS`