tomasweigenast / paged-datatable

A DataTable widget for Flutter that supports cursor/offset pagination, filters and sorting
https://pub.dev/packages/paged_datatable
MIT License
15 stars 11 forks source link

Fix de locale #11

Closed philitell closed 8 months ago

philitell commented 8 months ago

At the moment de-locale is not working because .arb-File is not properly configured

    "refreshedAtText": "Zuletzt aktualisiert um {time}",
    "@refreshedAtText": {
        "placeholders": {
            "Zeit": {}   <------------------ wrong placeholder should be "time"
        }
    },

I accidently renamed a placeholder - sorry my bad!

philitell commented 8 months ago

Thank you for all fixes - great work!!

tomasweigenast commented 8 months ago

My bad for not checking it before publishing! Thanks

tomasweigenast commented 8 months ago

@philitell you can start using the version that fixes this by using the dependency from github and the master branch. I want to release a new version with other fixes