@adminforth/i18n 2.0.4 → 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
@@ -19,5 +19,5 @@ custom/package.json
19
19
  custom/pnpm-lock.yaml
20
20
  custom/tsconfig.json
21
21
 
22
- sent 43,259 bytes received 286 bytes 87,090.00 bytes/sec
23
- total size is 42,168 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>
@@ -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>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/i18n",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",