diff --git a/org.hl7.fhir.utilities/src/main/java/org/hl7/fhir/utilities/i18n/POGenerator.java b/org.hl7.fhir.utilities/src/main/java/org/hl7/fhir/utilities/i18n/POGenerator.java index 2d238bd12..dd61a2188 100644 --- a/org.hl7.fhir.utilities/src/main/java/org/hl7/fhir/utilities/i18n/POGenerator.java +++ b/org.hl7.fhir.utilities/src/main/java/org/hl7/fhir/utilities/i18n/POGenerator.java @@ -347,7 +347,11 @@ public class POGenerator { } } savePOFile(Utilities.path(source, "source", dest), objects, count, false); - savePOFile(Utilities.path(source, "source", "transifex", dest), objects, count, true); + if (tgt == null) { + savePOFile(Utilities.path(source, "source", "transifex", dest), objects, count, true); + } else { + savePOFile(Utilities.path(source, "source", "transifex", "translations", dest), objects, count, true); + } if (tgt != null) { savePropFile(Utilities.path(source, tgt), objects); } diff --git a/org.hl7.fhir.utilities/src/main/resources/source/transifex/rendering-phrases-de.po b/org.hl7.fhir.utilities/src/main/resources/source/transifex/translations/rendering-phrases-de.po similarity index 100% rename from org.hl7.fhir.utilities/src/main/resources/source/transifex/rendering-phrases-de.po rename to org.hl7.fhir.utilities/src/main/resources/source/transifex/translations/rendering-phrases-de.po diff --git a/org.hl7.fhir.utilities/src/main/resources/source/transifex/rendering-phrases-es.po b/org.hl7.fhir.utilities/src/main/resources/source/transifex/translations/rendering-phrases-es.po similarity index 100% rename from org.hl7.fhir.utilities/src/main/resources/source/transifex/rendering-phrases-es.po rename to org.hl7.fhir.utilities/src/main/resources/source/transifex/translations/rendering-phrases-es.po diff --git a/org.hl7.fhir.utilities/src/main/resources/source/transifex/rendering-phrases-ja.po b/org.hl7.fhir.utilities/src/main/resources/source/transifex/translations/rendering-phrases-ja.po similarity index 100% rename from org.hl7.fhir.utilities/src/main/resources/source/transifex/rendering-phrases-ja.po rename to org.hl7.fhir.utilities/src/main/resources/source/transifex/translations/rendering-phrases-ja.po diff --git a/org.hl7.fhir.utilities/src/main/resources/source/transifex/rendering-phrases-nl.po b/org.hl7.fhir.utilities/src/main/resources/source/transifex/translations/rendering-phrases-nl.po similarity index 100% rename from org.hl7.fhir.utilities/src/main/resources/source/transifex/rendering-phrases-nl.po rename to org.hl7.fhir.utilities/src/main/resources/source/transifex/translations/rendering-phrases-nl.po diff --git a/org.hl7.fhir.utilities/src/main/resources/source/transifex/rendering-phrases-pt-BR.po b/org.hl7.fhir.utilities/src/main/resources/source/transifex/translations/rendering-phrases-pt-BR.po similarity index 100% rename from org.hl7.fhir.utilities/src/main/resources/source/transifex/rendering-phrases-pt-BR.po rename to org.hl7.fhir.utilities/src/main/resources/source/transifex/translations/rendering-phrases-pt-BR.po diff --git a/org.hl7.fhir.utilities/src/main/resources/source/transifex/validator-messages-de.po b/org.hl7.fhir.utilities/src/main/resources/source/transifex/translations/validator-messages-de.po similarity index 100% rename from org.hl7.fhir.utilities/src/main/resources/source/transifex/validator-messages-de.po rename to org.hl7.fhir.utilities/src/main/resources/source/transifex/translations/validator-messages-de.po diff --git a/org.hl7.fhir.utilities/src/main/resources/source/transifex/validator-messages-es.po b/org.hl7.fhir.utilities/src/main/resources/source/transifex/translations/validator-messages-es.po similarity index 100% rename from org.hl7.fhir.utilities/src/main/resources/source/transifex/validator-messages-es.po rename to org.hl7.fhir.utilities/src/main/resources/source/transifex/translations/validator-messages-es.po diff --git a/org.hl7.fhir.utilities/src/main/resources/source/transifex/validator-messages-ja.po b/org.hl7.fhir.utilities/src/main/resources/source/transifex/translations/validator-messages-ja.po similarity index 100% rename from org.hl7.fhir.utilities/src/main/resources/source/transifex/validator-messages-ja.po rename to org.hl7.fhir.utilities/src/main/resources/source/transifex/translations/validator-messages-ja.po diff --git a/org.hl7.fhir.utilities/src/main/resources/source/transifex/validator-messages-nl.po b/org.hl7.fhir.utilities/src/main/resources/source/transifex/translations/validator-messages-nl.po similarity index 100% rename from org.hl7.fhir.utilities/src/main/resources/source/transifex/validator-messages-nl.po rename to org.hl7.fhir.utilities/src/main/resources/source/transifex/translations/validator-messages-nl.po diff --git a/org.hl7.fhir.utilities/src/main/resources/source/transifex/validator-messages-pt-BR.po b/org.hl7.fhir.utilities/src/main/resources/source/transifex/translations/validator-messages-pt-BR.po similarity index 100% rename from org.hl7.fhir.utilities/src/main/resources/source/transifex/validator-messages-pt-BR.po rename to org.hl7.fhir.utilities/src/main/resources/source/transifex/translations/validator-messages-pt-BR.po