@urnetwork/localizations 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -11,4 +11,3 @@ You can run `npm pack` to bundle it locally and then `npm install ./path-to-loca
11
11
  - Make sure you're logged into npm with `npm login`.
12
12
  - Run `npm pack --dry-run` to see what will be included in the package.
13
13
  - If everything looks good, run `npm run release:patch` to publish the package. There are also `release:minor` and `release:major` scripts available for versioning.
14
- - Tag it on Github after publishing like `git tag vx.y.z` and `git push --tags`.
@@ -0,0 +1,24 @@
1
+ description: "VPN providers list option for promoted providers"
2
+ localizations:
3
+ ar: "مُروَّج"
4
+ cs: "Propagováno"
5
+ de: "Hervorgehoben"
6
+ el: "Προβεβλημένο"
7
+ en: "Promoted"
8
+ es: "Promocionado"
9
+ es-MX: "Promocionado"
10
+ fr: "Mis en avant"
11
+ he: "מקודם"
12
+ hi: "प्रमोटेड"
13
+ ja: "プロモート"
14
+ ko: "홍보됨"
15
+ nl: "Gepromoot"
16
+ pl: "Promowane"
17
+ pt: "Promovido"
18
+ pt-BR: "Promovido"
19
+ ru: "Продвигаемый"
20
+ sw: "Imepandishwa"
21
+ th: "โปรโมต"
22
+ uk: "Просунутий"
23
+ vi: "Được quảng bá"
24
+ zh: "推广"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@urnetwork/localizations",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "URnetwork interface localizations",
5
5
  "homepage": "https://github.com/urnetwork/localizations#readme",
6
6
  "bugs": {