Coder Social home page Coder Social logo

Comments (7)

williamweckl avatar williamweckl commented on June 2, 2024 7

@kazupon I have some doubts about it. Is the component lazy loaded at all with all i18n strings or just the user selected locale messages?

I really like the approach of this library, but if I have for example 3 locales with 10 translated messages it, all the 30 translated messages will be loaded inside the js file? Or somehow can we handle and load this translation messages separated to only load those 10 that is from the user's selected locale?

from vue-i18n-loader.

Grawl avatar Grawl commented on June 2, 2024 5

@kazupon it means all locales of components will be loaded with component chunk. we want to load only one locale. Imagine I have 7 locales for each component but want to download only 1 active locale.

from vue-i18n-loader.

ducmerida avatar ducmerida commented on June 2, 2024 4

@kazupon
I'm also interested on this functionality, I want to lazy load the json files declared on <i18n> block (separated chunks for every block).

from vue-i18n-loader.

kazupon avatar kazupon commented on June 2, 2024 1

custom block will be bundled with SFC.
That means that lazy loading is possible using Vue asynchronous component mechanism.

https://v3.vuejs.org/guide/migration/async-components.html#async-components

from vue-i18n-loader.

kazupon avatar kazupon commented on June 2, 2024

The locale messages of <i18n> blocks is included Vue Components.
Lazy loading works.

from vue-i18n-loader.

Velikolay avatar Velikolay commented on June 2, 2024

Curious about that too. It seems like the lazy loading works with a single file per locale? In a lot of the cases a single page needs just a fraction of the strings and loading all of them can be an overkill?

from vue-i18n-loader.

pperzyna avatar pperzyna commented on June 2, 2024

@kazupon This does not work well.

from vue-i18n-loader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.