@adminforth/i18n 2.0.3 → 2.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/build.log CHANGED
@@ -15,9 +15,9 @@ custom/datepickerLocales.ts
15
15
  custom/dayjsLocales.ts
16
16
  custom/eventBus.ts
17
17
  custom/langCommon.ts
18
- custom/package-lock.json
19
18
  custom/package.json
19
+ custom/pnpm-lock.yaml
20
20
  custom/tsconfig.json
21
21
 
22
- sent 43,660 bytes received 286 bytes 87,892.00 bytes/sec
23
- total size is 42,566 speedup is 0.97
22
+ sent 43,264 bytes received 286 bytes 87,100.00 bytes/sec
23
+ total size is 42,173 speedup is 0.97
@@ -1,6 +1,6 @@
1
1
 
2
2
  <template>
3
- <div class="grid grid-cols-1 sm:grid-cols-2 gap-4 my-3">
3
+ <div class="grid grid-cols-1 sm:grid-cols-2 gap-4 my-3 mt-9">
4
4
  <div class="flex items-center space-x-1">
5
5
  <span class=" text-gray-500">{{ t('Total tokens will be used for translation:') }}</span>
6
6
  <span class="text-lg font-semibold text-gray-900 dark:text-gray-100">{{ new Number(props.job.state?.totalTranslationTokenCost).toLocaleString() || 0 }}</span>
@@ -0,0 +1,41 @@
1
+ lockfileVersion: '9.0'
2
+
3
+ settings:
4
+ autoInstallPeers: true
5
+ excludeLinksFromLockfile: false
6
+
7
+ importers:
8
+
9
+ .:
10
+ dependencies:
11
+ country-list:
12
+ specifier: ^2.4.1
13
+ version: 2.4.1
14
+ iso-639-1:
15
+ specifier: ^3.1.5
16
+ version: 3.1.5
17
+ devDependencies:
18
+ flag-icon-css:
19
+ specifier: ^4.1.7
20
+ version: 4.1.7
21
+
22
+ packages:
23
+
24
+ country-list@2.4.1:
25
+ resolution: {integrity: sha512-KhVV/UfUV3dSNpsWIqHTQxLpYDKPKz1UwkRjadt+YbX2PRhyCEihEoS5XgB7J7AMXpkicvl+tRHvkNI5wbji/g==}
26
+
27
+ flag-icon-css@4.1.7:
28
+ resolution: {integrity: sha512-AFjSU+fv98XbU0vnTQ32vcLj89UEr1MhwDFcooQv14qWJCjg9fGZzfh9BVyDhAhIOZW/pGmJmq38RqpgPaeybQ==}
29
+ deprecated: The project has been renamed to flag-icons
30
+
31
+ iso-639-1@3.1.5:
32
+ resolution: {integrity: sha512-gXkz5+KN7HrG0Q5UGqSMO2qB9AsbEeyLP54kF1YrMsIxmu+g4BdB7rflReZTSTZGpfj8wywu6pfPBCylPIzGQA==}
33
+ engines: {node: '>=6.0'}
34
+
35
+ snapshots:
36
+
37
+ country-list@2.4.1: {}
38
+
39
+ flag-icon-css@4.1.7: {}
40
+
41
+ iso-639-1@3.1.5: {}
@@ -1,6 +1,6 @@
1
1
 
2
2
  <template>
3
- <div class="grid grid-cols-1 sm:grid-cols-2 gap-4 my-3">
3
+ <div class="grid grid-cols-1 sm:grid-cols-2 gap-4 my-3 mt-9">
4
4
  <div class="flex items-center space-x-1">
5
5
  <span class=" text-gray-500">{{ t('Total tokens will be used for translation:') }}</span>
6
6
  <span class="text-lg font-semibold text-gray-900 dark:text-gray-100">{{ new Number(props.job.state?.totalTranslationTokenCost).toLocaleString() || 0 }}</span>
@@ -0,0 +1,41 @@
1
+ lockfileVersion: '9.0'
2
+
3
+ settings:
4
+ autoInstallPeers: true
5
+ excludeLinksFromLockfile: false
6
+
7
+ importers:
8
+
9
+ .:
10
+ dependencies:
11
+ country-list:
12
+ specifier: ^2.4.1
13
+ version: 2.4.1
14
+ iso-639-1:
15
+ specifier: ^3.1.5
16
+ version: 3.1.5
17
+ devDependencies:
18
+ flag-icon-css:
19
+ specifier: ^4.1.7
20
+ version: 4.1.7
21
+
22
+ packages:
23
+
24
+ country-list@2.4.1:
25
+ resolution: {integrity: sha512-KhVV/UfUV3dSNpsWIqHTQxLpYDKPKz1UwkRjadt+YbX2PRhyCEihEoS5XgB7J7AMXpkicvl+tRHvkNI5wbji/g==}
26
+
27
+ flag-icon-css@4.1.7:
28
+ resolution: {integrity: sha512-AFjSU+fv98XbU0vnTQ32vcLj89UEr1MhwDFcooQv14qWJCjg9fGZzfh9BVyDhAhIOZW/pGmJmq38RqpgPaeybQ==}
29
+ deprecated: The project has been renamed to flag-icons
30
+
31
+ iso-639-1@3.1.5:
32
+ resolution: {integrity: sha512-gXkz5+KN7HrG0Q5UGqSMO2qB9AsbEeyLP54kF1YrMsIxmu+g4BdB7rflReZTSTZGpfj8wywu6pfPBCylPIzGQA==}
33
+ engines: {node: '>=6.0'}
34
+
35
+ snapshots:
36
+
37
+ country-list@2.4.1: {}
38
+
39
+ flag-icon-css@4.1.7: {}
40
+
41
+ iso-639-1@3.1.5: {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/i18n",
3
- "version": "2.0.3",
3
+ "version": "2.0.5",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -1,43 +0,0 @@
1
- {
2
- "name": "custom",
3
- "version": "1.0.0",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "custom",
9
- "version": "1.0.0",
10
- "license": "ISC",
11
- "dependencies": {
12
- "country-list": "^2.4.1",
13
- "iso-639-1": "^3.1.5"
14
- },
15
- "devDependencies": {
16
- "flag-icon-css": "^4.1.7"
17
- }
18
- },
19
- "node_modules/country-list": {
20
- "version": "2.4.1",
21
- "resolved": "https://registry.npmjs.org/country-list/-/country-list-2.4.1.tgz",
22
- "integrity": "sha512-KhVV/UfUV3dSNpsWIqHTQxLpYDKPKz1UwkRjadt+YbX2PRhyCEihEoS5XgB7J7AMXpkicvl+tRHvkNI5wbji/g==",
23
- "license": "MIT"
24
- },
25
- "node_modules/flag-icon-css": {
26
- "version": "4.1.7",
27
- "resolved": "https://registry.npmjs.org/flag-icon-css/-/flag-icon-css-4.1.7.tgz",
28
- "integrity": "sha512-AFjSU+fv98XbU0vnTQ32vcLj89UEr1MhwDFcooQv14qWJCjg9fGZzfh9BVyDhAhIOZW/pGmJmq38RqpgPaeybQ==",
29
- "deprecated": "The project has been renamed to flag-icons",
30
- "dev": true,
31
- "license": "MIT"
32
- },
33
- "node_modules/iso-639-1": {
34
- "version": "3.1.5",
35
- "resolved": "https://registry.npmjs.org/iso-639-1/-/iso-639-1-3.1.5.tgz",
36
- "integrity": "sha512-gXkz5+KN7HrG0Q5UGqSMO2qB9AsbEeyLP54kF1YrMsIxmu+g4BdB7rflReZTSTZGpfj8wywu6pfPBCylPIzGQA==",
37
- "license": "MIT",
38
- "engines": {
39
- "node": ">=6.0"
40
- }
41
- }
42
- }
43
- }
@@ -1,43 +0,0 @@
1
- {
2
- "name": "custom",
3
- "version": "1.0.0",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "custom",
9
- "version": "1.0.0",
10
- "license": "ISC",
11
- "dependencies": {
12
- "country-list": "^2.4.1",
13
- "iso-639-1": "^3.1.5"
14
- },
15
- "devDependencies": {
16
- "flag-icon-css": "^4.1.7"
17
- }
18
- },
19
- "node_modules/country-list": {
20
- "version": "2.4.1",
21
- "resolved": "https://registry.npmjs.org/country-list/-/country-list-2.4.1.tgz",
22
- "integrity": "sha512-KhVV/UfUV3dSNpsWIqHTQxLpYDKPKz1UwkRjadt+YbX2PRhyCEihEoS5XgB7J7AMXpkicvl+tRHvkNI5wbji/g==",
23
- "license": "MIT"
24
- },
25
- "node_modules/flag-icon-css": {
26
- "version": "4.1.7",
27
- "resolved": "https://registry.npmjs.org/flag-icon-css/-/flag-icon-css-4.1.7.tgz",
28
- "integrity": "sha512-AFjSU+fv98XbU0vnTQ32vcLj89UEr1MhwDFcooQv14qWJCjg9fGZzfh9BVyDhAhIOZW/pGmJmq38RqpgPaeybQ==",
29
- "deprecated": "The project has been renamed to flag-icons",
30
- "dev": true,
31
- "license": "MIT"
32
- },
33
- "node_modules/iso-639-1": {
34
- "version": "3.1.5",
35
- "resolved": "https://registry.npmjs.org/iso-639-1/-/iso-639-1-3.1.5.tgz",
36
- "integrity": "sha512-gXkz5+KN7HrG0Q5UGqSMO2qB9AsbEeyLP54kF1YrMsIxmu+g4BdB7rflReZTSTZGpfj8wywu6pfPBCylPIzGQA==",
37
- "license": "MIT",
38
- "engines": {
39
- "node": ">=6.0"
40
- }
41
- }
42
- }
43
- }