Skip to content

Commit 1e4a0aa

Browse files
authored
chore(release): 0.1.10 (#1)
* chore(release): 0.1.10 * Add spanish list. * chore(release): 0.1.11
1 parent 2a83b53 commit 1e4a0aa

File tree

6 files changed

+1499
-4
lines changed

6 files changed

+1499
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.1.11](https://github.com/localazy/languages/compare/v0.1.10...v0.1.11) (2024-07-02)
6+
7+
### [0.1.10](https://github.com/localazy/languages/compare/v0.1.9...v0.1.10) (2024-07-02)
8+
59
### [0.1.9](https://github.com/localazy/languages/compare/v0.1.8...v0.1.9) (2023-08-28)
610

711
### [0.1.8](https://github.com/localazy/languages/compare/v0.1.7...v0.1.8) (2023-08-22)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@localazy/languages",
3-
"version": "0.1.9",
3+
"version": "0.1.11",
44
"description": "Available Localazy Languages",
55
"main": "lib/main/index.js",
66
"typings": "lib/main/index.d.ts",

scripts/build/build-language-translations-from-cldr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export type ParsedLanguageLocale = {
88
script?: string;
99
};
1010

11-
const languages = ['cs'];
11+
const languages = ['cs', 'es'];
1212

1313
const substringBefore = (value: string, before: string, missingDelimiterValue?: string): string => {
1414
const beforeIndex = value.indexOf(before);

src/language-lists/translated-language-lists.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ export { cs_localized_list };
44
import * as en_localized_list from "./translations/en.json";
55
export { en_localized_list };
66

7+
import * as es_localized_list from "./translations/es.json";
8+
export { es_localized_list };
9+

0 commit comments

Comments
 (0)