Skip to content

Commit a72ceea

Browse files
authored
Merge pull request #50 from maurojs10/feature/pt
Add Portuguese (pt) language
2 parents ab2be91 + 60d70e6 commit a72ceea

18 files changed

+126
-14
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ Translations available:
183183
- *UK*
184184
- *CS*
185185
- *NO*
186+
- *PT*
186187

187188
Language should change automatically based on browser settings. Please create the pull-request if you want to help with translation to your language. It's an easy process.
188189

dist/es/pwa-install.es.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/es/pwa-install.es.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pwa-install.bundle.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pwa-install.bundle.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pwa-install.react.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pwa-install.react.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export declare const sourceLocale = "en";
2-
export declare const targetLocales: readonly ["cs", "de", "el", "es", "fr", "it", "nl", "no", "pl", "ru", "sr", "tr", "uk", "zh", "zh-CN"];
3-
export declare const allLocales: readonly ["cs", "de", "el", "en", "es", "fr", "it", "nl", "no", "pl", "ru", "sr", "tr", "uk", "zh", "zh-CN"];
2+
export declare const targetLocales: readonly ["cs", "de", "el", "es", "fr", "it", "nl", "no", "pl", "pt", "ru", "sr", "tr", "uk", "zh", "zh-CN"];
3+
export declare const allLocales: readonly ["cs", "de", "el", "en", "es", "fr", "it", "nl", "no", "pl", "pt", "ru", "sr", "tr", "uk", "zh", "zh-CN"];
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
export declare const templates: {
2+
s182ab2d6c997515f: string;
3+
s1b9047d53d9f9d22: string;
4+
s37a9e8aec5713460: string;
5+
s5c6aad7a7e4a1437: string;
6+
s6196153c4b0c1ea0: string;
7+
s922329d6f6213590: string;
8+
sa5ef80b4bb9b39f8: string;
9+
sa7551383d1897fcc: string;
10+
sba52286c21552a4e: string;
11+
sc79fd7641eb9a975: string;
12+
scdaf4bbff76674c8: string;
13+
sdfe23506a3b0cdc8: string;
14+
se740f75b95a51807: string;
15+
sfea652f6580ff086: string;
16+
};

dist/umd/pwa-install.umd.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/umd/pwa-install.umd.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pwa-install.bundle.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/service-worker.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)