i18n: (#858) Fixed directory layout to really match what Launchpad expects
[sdk] / compiler / ecs / ecs.epj
index 38a39a2..dd03473 100644 (file)
@@ -39,6 +39,9 @@
             "FastMath" : true,
             "PostbuildCommands" : [
                "$(call cpq,$(TARGET),../../obj/$(PLATFORM)/bin/)"
+            ],
+            "InstallCommands" : [
+               "$(if $(WINDOWS_HOST),$(call cpq,$(TARGET),\"$(BINDIR)/\"),install $(INSTALL_FLAGS) $(TARGET) $(BINDIR)/$(MODULE)$(E))"
             ]
          }
       },
          "Folder" : "locale",
          "Files" : [
             {
-               "Folder" : "zh_CN",
-               "Files" : [
-                  {
-                     "Folder" : "LC_MESSAGES",
-                     "Files" : [
-                        "ecs.mo"
-                     ]
-                  }
-               ]
-            },
-            {
-               "Folder" : "es_ES",
+               "Folder" : "ecs",
                "Files" : [
-                  {
-                     "Folder" : "LC_MESSAGES",
-                     "Files" : [
-                        "ecs.mo"
-                     ]
-                  }
+                  "es.mo",
+                  "he.mo",
+                  "pt_BR.mo",
+                  "ru.mo",
+                  "zh_CN.mo"
                ]
             }
          ]