Commit dab6db1
authored
feat: vue-i18n lite version (#588)
* feat: vue-i18n-lite
* updates
* fix
* update
* optimiaze message resolver
* more reduce
* re-structure fallback locale
* add unit tests
* deprecate @intlify/runtime package
* deplicate @intlify/message-resolver
* more tweaks
* more reduce
* more optimize
* re-structure packages
* tweak simple fallbacker
* add e2e for petite-vue-i18n1 parent 0a83971 commit dab6db1
File tree
151 files changed
+4387
-1025
lines changed- e2e
- fallback
- formatting
- functions
- missing
- plural
- scope
- examples/petite
- fallback
- formatting
- functions
- missing
- plural
- scope
- packages
- core-base
- src
- types
- test
- core
- src
- devtools-if/src
- message-compiler
- message-resolver
- petite-vue-i18n
- src
- runtime
- src
- size-check-core
- size-check-petite-vue-i18n
- src
- size-check-vue-i18n
- src
- vue-devtools
- src
- vue-i18n-core
- src
- components
- test
- __snapshots__
- components
- vue-i18n
- src
- test
- scripts
- test-d/vue-i18n
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
151 files changed
+4387
-1025
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments