From 68192b6d2519dc4ecd269927086103ad6af2681c Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Thu, 4 Jun 2015 12:54:36 -0300 Subject: [PATCH] Add PT languages to selector --- appstore_pt-BR => appstore_pt | 0 po/{pt_BR.po => pt.po} | 8 ++++---- src/js/controllers/index.js | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) rename appstore_pt-BR => appstore_pt (100%) mode change 100755 => 100644 rename po/{pt_BR.po => pt.po} (99%) mode change 100755 => 100644 diff --git a/appstore_pt-BR b/appstore_pt old mode 100755 new mode 100644 similarity index 100% rename from appstore_pt-BR rename to appstore_pt diff --git a/po/pt_BR.po b/po/pt.po old mode 100755 new mode 100644 similarity index 99% rename from po/pt_BR.po rename to po/pt.po index c079f9f80..d3ab2e553 --- a/po/pt_BR.po +++ b/po/pt.po @@ -2,15 +2,15 @@ msgid "" msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Project-Id-Version: \n" +"Project-Id-Version: Copay\n" "POT-Creation-Date: \n" "PO-Revision-Date: \n" "Last-Translator: Tenda WP \n" "Language-Team: Paulino Michelazzo \n" "MIME-Version: 1.0\n" -"X-Generator: Poedit 1.8.1\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"Language: pt_BR\n" +"X-Generator: Poedit 1.6.10\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: pt\n" #: public/views/modals/txp-details.html msgid "" diff --git a/src/js/controllers/index.js b/src/js/controllers/index.js index 710cdb6d8..e4e51c406 100644 --- a/src/js/controllers/index.js +++ b/src/js/controllers/index.js @@ -49,6 +49,9 @@ angular.module('copayApp.controllers').controller('indexController', function($r }, { name: gettext('Japanese'), isoCode: 'ja', + }, { + name: gettext('Portuguese'), + isoCode: 'pt', }]; self.setOngoingProcess = function(processName, isOn) {