Skip to content

Commit

Permalink
Pull in updated translations.
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed Mar 1, 2015
1 parent 860c4ee commit 6f98787
Show file tree
Hide file tree
Showing 63 changed files with 2,558 additions and 167 deletions.
3 changes: 3 additions & 0 deletions Pinta.Install.proj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<Translation Include="po/ar.po">
<Code>ar</Code>
</Translation>
<Translation Include="po/ast.po">
<Code>ast</Code>
</Translation>
<Translation Include="po/az.po">
<Code>az</Code>
</Translation>
Expand Down
8 changes: 8 additions & 0 deletions Wix/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@
</Component>
</Directory>
</Directory>
<Directory Id="ast" Name="ast">
<Directory Id="LC_MESSAGES_AST" Name='LC_MESSAGES'>
<Component Id="AstTranslation" Guid="49844F9D-629F-49FA-9E2C-FC5DBEA1D336">
<File Id="pinta_ast" Name="pinta.mo" Source="$(var.BuildRoot)\locale\ast\LC_MESSAGES\pinta.mo" />
</Component>
</Directory>
</Directory>
<Directory Id="az" Name="az">
<Directory Id="LC_MESSAGES_AZ" Name='LC_MESSAGES'>
<Component Id="AzTranslation" Guid="D7B2100A-E9E1-42FB-90F1-504EDE35FDAC">
Expand Down Expand Up @@ -475,6 +482,7 @@
<ComponentRef Id="ProductComponent" />
<ComponentRef Id="AfTranslation" />
<ComponentRef Id="ArTranslation" />
<ComponentRef Id="AstTranslation" />
<ComponentRef Id="AzTranslation" />
<ComponentRef Id="BeTranslation" />
<ComponentRef Id="BgTranslation" />
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ GETTEXT_PACKAGE=pinta
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE")

ALL_LINGUAS="af ar az be bg br bs ca cs da de el en_AU en_CA en_GB eo es et eu fi fil fo fr ga gl he hi hr hu hy id it ja ka ko la lt lv ms nb nl nn oc pl pt pt_BR ro ru sk sl sq sr sv th tr uk vi zh_CN zh_TW"
ALL_LINGUAS="af ar ast az be bg br bs ca cs da de el en_AU en_CA en_GB eo es et eu fi fil fo fr ga gl he hi hr hu hy id it ja ka ko la lt lv ms nb nl nn oc pl pt pt_BR ro ru sk sl sq sr sv th tr uk vi zh_CN zh_TW"
AM_GLIB_GNU_GETTEXT

pintalocaledir='${prefix}/${DATADIRNAME}/locale'
Expand Down
4 changes: 2 additions & 2 deletions po/af.po
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Launchpad-Export-Date: 2015-02-25 01:21+0000\n"
"X-Generator: Launchpad (build 17355)\n"
"X-Launchpad-Export-Date: 2015-03-01 22:08+0000\n"
"X-Generator: Launchpad (build 17361)\n"

#: ../xdg/pinta.desktop.in.h:1
msgid "Pinta"
Expand Down
4 changes: 2 additions & 2 deletions po/ar.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n % 100 >= "
"3 && n % 100 <= 10 ? 3 : n % 100 >= 11 && n % 100 <= 99 ? 4 : 5;\n"
"X-Launchpad-Export-Date: 2015-02-25 01:20+0000\n"
"X-Generator: Launchpad (build 17355)\n"
"X-Launchpad-Export-Date: 2015-03-01 22:08+0000\n"
"X-Generator: Launchpad (build 17361)\n"

#: ../xdg/pinta.desktop.in.h:1
msgid "Pinta"
Expand Down
Loading

0 comments on commit 6f98787

Please sign in to comment.