Explorar el Código

Move portuguese (Brazil) translation into portuguese translation

pull/342/head
Guillaume Vincent hace 7 años
padre
commit
45cc54cf9d
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. +0
    -0
      src/i18n/pt.json
  2. +1
    -1
      src/main.js

src/i18n/pt-BR.json → src/i18n/pt.json Ver fichero


+ 1
- 1
src/main.js Ver fichero

@@ -8,7 +8,7 @@ import Polyglot from "vue-polyglot";

Vue.use(Polyglot, {
defaultLanguage: "en",
languagesAvailable: ["fr", "es", "de", "zh", "zh-CN"]
languagesAvailable: ["fr", "es", "de", "zh", "zh-CN", "pt"]
});

sync(store, router);


Cargando…
Cancelar
Guardar