esskar / vscode-flutter-i18n-json

VS Code extension to create a binding between your translations from .json files and your Flutter app.
92 stars 22 forks source link

Update don't work in Linux #23

Closed deandreamatias closed 5 years ago

deandreamatias commented 5 years ago

Hi people,

My envoriment:

I have a en-US.json like this:

{
    "badFormat_foo": "Screw!",
    "badFormat": {
        "foo" : "Text One!",
        "bar" : "Text Two!"
    }
}

But when i try update them, nothing happend. With no nested JSON, this works. But in my case no.

esskar commented 5 years ago

Hi, i think i have not pushed all updates to the plugin store. the develop branch is for internal testing, the master branch is the release branch

esskar commented 5 years ago

I just pushed version 0.25 to the store