Giter Site home page Giter Site logo

Comments (4)

marhali avatar marhali commented on August 21, 2024 1

I will use this ticket to reengineer the IO system.

New IO configuration

Folder-Strategy:

  • flat (single-layer)
  • modularized: namespace - locale
  • modularized: locale - namespace

Parser-Strategy

  • json
  • yaml
  • properties

File-Pattern-Strategy: (adjusts automatically when changing parser)

  • .
  • *.json and so on...

from easy-i18n.

marhali avatar marhali commented on August 21, 2024

New flow: DataStore -> FolderStrategy -> ParserStrategy -> TranslationData

IOHandler

Constructor: FolderStrategy, ParserStrategy

  • read: whole read process using configured strategies
  • write: whole write process using configured strategies

FolderStrategy

Responsible for managing the local project structure for translation files (namespace, file-pattern)

  • read: Locales Path -> Locales / Modules -> VirtualFile -> ParserStrategy -> TranslationData
  • write: TranslationData -> Modules / Locales -> ParserStrategy -> VirtualFile

ParserStrategy

Parses the actual translation files

  • read: VirtualFile -> locale & (namespace) -> TranslationData
  • write: TranslationData -> locale & (namespace) -> VirtualFile

from easy-i18n.

marhali avatar marhali commented on August 21, 2024

You can configure your preferred folder structure with the next release. Don't forget to star this repository 👍

from easy-i18n.

Ni4rK avatar Ni4rK commented on August 21, 2024

Thank you for quickness ! 😎 ❤️

from easy-i18n.

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.