Skip to content

Commit 2bee4d3

Browse files
authored
Merge pull request #47 from AdrianAndersen/add-norwegian-language
Add Norwegian (no) language
2 parents 37ff135 + 05be34e commit 2bee4d3

18 files changed

+126
-14
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ Translations available:
181181
- *IT*
182182
- *UK*
183183
- *CS*
184+
- *NO*
184185

185186
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.
186187

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", "pl", "ru", "sr", "tr", "uk", "zh", "zh-CN"];
3-
export declare const allLocales: readonly ["cs", "de", "el", "en", "es", "fr", "it", "nl", "pl", "ru", "sr", "tr", "uk", "zh", "zh-CN"];
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"];
+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)