bosskmk / pluto_grid

PlutoGrid is a dataGrid for flutter that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS.

Home Page:https://pluto.weblaze.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Help] language change

italoramonlc opened this issue · comments

How do I change the filter popup options to Portuguese, Example En-Us = Setfilter for Pt-br = Adiciona filtro

https://pluto.weblaze.dev/configuration

configuration: const PlutoGridConfiguration(
  localeText: PlutoGridLocaleText(
    setFilter: 'Adiciona filtro',
  ),
),

@fanatico2020:
configuration: const PlutoGridConfiguration(
localeText: PlutoGridLocaleText.brazilianPortuguese(),
);

thanks for the feedback.

This issue is stale because it has been open for 30 days with no activity.

@fanatico2020 n esquece de fechar a issue se resolveu o problema