i18n: Update
[sdk] / compiler / ecp / ecp.epj
index 2a48db8..bee3813 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" : [
-                        "ecp.mo"
-                     ]
-                  }
-               ]
-            },
-            {
-               "Folder" : "es_ES",
-               "Files" : [
-                  "locale/es_ES/LC_MESSAGES/ecp.mo"
-               ]
-            }
+            "ecp-es.mo",
+            "ecp-he.mo",
+            "ecp-ru.mo",
+            "ecp-zh_CN.mo",
+            "ecp-pt_BR.mo"
          ]
       }
    ]