GithubHelp home page GithubHelp logo

Comments (9)

blaab2 avatar blaab2 commented on August 27, 2024 2

Hi everybody, I found out that the keyed translation strings are actually stored in the messages.js file. The only problem is that they are not found properly by Lang.get.

A quick fix is to use this snipped.

export default class myLang {
    static get(key){
        if (Lang.has('strings.' + key))
            return Lang.get('strings.' + key);
        else
            return key;
    }
}

and use for example
myLang.get('Dashboard'),

from laravel-js-localization.

rmariuzzo avatar rmariuzzo commented on August 27, 2024

We don't yet support JSON files yet 😞 . Planning to add for version 1.5.

from laravel-js-localization.

okaufmann avatar okaufmann commented on August 27, 2024

Are there any Ideas yet, how to integrate? I need this and would add a PR.

from laravel-js-localization.

okaufmann avatar okaufmann commented on August 27, 2024

I started with a experimental version here: #116

from laravel-js-localization.

maxalmonte14 avatar maxalmonte14 commented on August 27, 2024

Is this feature not available yet? This is an indispensable feature for whose working with Laravel 5.4 and above.

from laravel-js-localization.

rmariuzzo avatar rmariuzzo commented on August 27, 2024

Will take a look and address this soon.

from laravel-js-localization.

mojtabaahn avatar mojtabaahn commented on August 27, 2024

Hi I noticed an experimental version merged into develop, is it going to be released soon?

from laravel-js-localization.

TheNewSound avatar TheNewSound commented on August 27, 2024

I don't know if I understand the problem correctly but maybe #147 is also a fix for this?

from laravel-js-localization.

samsch avatar samsch commented on August 27, 2024

My test case (and personal context/knowledge) for this is long gone with a previous job at this point, but maybe someone else who ran into this can verify?

from laravel-js-localization.

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.