Spanish translation is missing

Bug #1532376 reported by Mariano Reingart
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
pgadmin3 (Ubuntu)
New
Undecided
Unassigned

Bug Description

Spanish translation (es_ES locale) is not currently included in pgadmi3-data package:

http://packages.ubuntu.com/xenial/all/pgadmin3-data/filelist

Specifically:

 * /usr/share/locale/es_ES/LC_MESSAGES/pgadmin3.mo
 * /usr/share/pgadmin3/i18n/es_ES/wxstd.mo

Translation file could be found at:

http://www.pgadmin.org/translation/status.php

or downloaded from (source tarball):

http://www.postgresql.org/ftp/pgadmin3/release/v1.20.0/src/

Steps for provisional fix:

wget https://ftp.postgresql.org/pub/pgadmin3/release/v1.20.0/src/pgadmin3-1.20.0.tar.gz
tar xvzf pgadmin3-1.20.0.tar.gz
sudo mkdir /usr/share/locale/es_ES
sudo mkdir /usr/share/locale/es_ES/LC_MESSAGES
sudo mkdir /usr/share/pgadmin3/i18n/es_ES/
sudo cp pgadmin3-1.20.0/i18n/es_ES/pgadmin3.mo \
           /usr/share/locale/es_ES/LC_MESSAGES/
sudo cp pgadmin3-1.20.0/i18n/es_ES/wxstd.mo \
          /usr/share/pgadmin3/i18n/es_ES/wxstd.mo

If everything is ok, Spanish language should be added to File menu, Options, User Interface, User Language (see attachment image)

Revision history for this message
Mariano Reingart (reingart) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.