ide, installer: Identifying Brazilian Portugues translation as such
authorJerome St-Louis <jerome@ecere.com>
Wed, 19 Mar 2014 07:33:45 +0000 (03:33 -0400)
committerJerome St-Louis <jerome@ecere.com>
Wed, 19 Mar 2014 07:33:45 +0000 (03:33 -0400)
ide/Makefile
ide/ide.epj
ide/src/IDESettings.ec
installer/Installer.epj
installer/Makefile

index 483b59a..dc47ef8 100644 (file)
@@ -190,6 +190,7 @@ RESOURCES2 = \
        ../extras/res/types/countryCode/in.png \
        ../extras/res/types/countryCode/nl.png \
        ../extras/res/types/countryCode/il.png \
+       ../extras/res/types/countryCode/br.png \
        res/ecere.jpg \
        res/ecereBack.jpg \
        res/icon.png \
@@ -284,6 +285,7 @@ endif
        $(EAR) aw$(EARFLAGS) $(TARGET) ../LICENSE ../extras/res/licenses/png.LICENSE ../extras/res/licenses/tango.COPYING ../extras/res/licenses/zlib.README ../extras/res/licenses/sqlite.LICENSE ../extras/res/licenses/jpg.LICENSE ../extras/res/licenses/ungif.LICENSE ../extras/res/licenses/freetype.LICENSE ../extras/res/licenses/harfbuzz.LICENSE ../extras/res/licenses/upx.LICENSE "licenses"
        $(EAR) aw$(EARFLAGS) $(TARGET) ../extras/res/licenses/MinGW-w64.LICENSE ../extras/res/licenses/tdm-gcc.LICENSE ../extras/res/licenses/ffi.LICENSE "licenses"
        $(EAR) aw$(EARFLAGS) $(TARGET) ../extras/res/types/countryCode/es.png ../extras/res/types/countryCode/gb.png ../extras/res/types/countryCode/hu.png ../extras/res/types/countryCode/cn.png ../extras/res/types/countryCode/pt.png ../extras/res/types/countryCode/vn.png ../extras/res/types/countryCode/ru.png ../extras/res/types/countryCode/in.png ../extras/res/types/countryCode/nl.png ../extras/res/types/countryCode/il.png "countryCode"
+       $(EAR) aw$(EARFLAGS) $(TARGET) ../extras/res/types/countryCode/br.png "countryCode"
 else
        $(AR) rcs $(TARGET) $(OBJECTS) $(LIBS)
 endif
index e63e384..7323d01 100644 (file)
             "../extras/res/types/countryCode/ru.png",
             "../extras/res/types/countryCode/in.png",
             "../extras/res/types/countryCode/nl.png",
-            "../extras/res/types/countryCode/il.png"
+            "../extras/res/types/countryCode/il.png",
+            "../extras/res/types/countryCode/br.png"
          ]
       },
       "ecere.jpg",
index d542dab..e9aea97 100644 (file)
@@ -1143,8 +1143,8 @@ Array<LanguageOption> languages
    { "English",            ":countryCode/gb.png", "" },
    { "汉语",                ":countryCode/cn.png", "zh_CN" },
    { "Español",            ":countryCode/es.png", "es" },
+   { "Português (Brazil)", ":countryCode/br.png", "pt_BR" },
    { "Русский (43%)",      ":countryCode/ru.png", "ru" },
-   { "Português (28%)",    ":countryCode/pt.png", "pt_BR" },
    { "Nederlandse (13%)",  ":countryCode/nl.png", "nl" },
    { "Tiếng Việt (12%)",   ":countryCode/vn.png", "vi" },
    { "मराठी (10%)",          ":countryCode/in.png", "mr" },
index 7774902..5a81e3d 100644 (file)
             "../extras/res/types/countryCode/ru.png",
             "../extras/res/types/countryCode/in.png",
             "../extras/res/types/countryCode/nl.png",
-            "../extras/res/types/countryCode/il.png"
+            "../extras/res/types/countryCode/il.png",
+            "../extras/res/types/countryCode/br.png"
          ]
       },
       "../ide/res/icon.png",
index 538127b..a2a2831 100644 (file)
@@ -5226,9 +5226,10 @@ RESOURCES268 = \
        ../extras/res/types/countryCode/in.png \
        ../extras/res/types/countryCode/nl.png \
        ../extras/res/types/countryCode/il.png \
-       ../ide/res/icon.png \
-       ecere.png
+       ../extras/res/types/countryCode/br.png
 RESOURCES269 = \
+       ../ide/res/icon.png \
+       ecere.png \
        ryoanji.png \
        ryoanji-progress.png
 
@@ -5951,6 +5952,7 @@ endif
        $(EAR) aw$(EARFLAGS) $(TARGET) tdm/mingw64-runtime-v3-tdm64-gcc48-svn6307/licenses/COPYING.LIB.txt tdm/mingw64-runtime-v3-tdm64-gcc48-svn6307/licenses/COPYING.MinGW-w64-runtime.txt tdm/mingw64-runtime-v3-tdm64-gcc48-svn6307/licenses/COPYING.MinGW-w64.txt tdm/mingw64-runtime-v3-tdm64-gcc48-svn6307/licenses/COPYING.winpthreads.txt "tdm/mingwrt/licenses"
        $(EAR) aw$(EARFLAGS) $(TARGET) locale/Installer/es.mo locale/Installer/pt_BR.mo locale/Installer/ru.mo locale/Installer/zh_CN.mo "locale/Installer"
        $(EAR) aw$(EARFLAGS) $(TARGET) ../extras/res/types/countryCode/es.png ../extras/res/types/countryCode/gb.png ../extras/res/types/countryCode/hu.png ../extras/res/types/countryCode/cn.png ../extras/res/types/countryCode/pt.png ../extras/res/types/countryCode/vn.png ../extras/res/types/countryCode/ru.png ../extras/res/types/countryCode/in.png ../extras/res/types/countryCode/nl.png ../extras/res/types/countryCode/il.png "countryCode"
+       $(EAR) aw$(EARFLAGS) $(TARGET) ../extras/res/types/countryCode/br.png "countryCode"
 else
        $(AR) rcs $(TARGET) @$(OBJ)objects.lst $(LIBS)
 endif