Skip to content

Conversation

@dipold
Copy link

@dipold dipold commented Apr 29, 2013

Add pt-br i18n support (Brazilian Portuguese)

@ghost ghost assigned c0bra May 3, 2013
c0bra added a commit that referenced this pull request May 3, 2013
Fixes #371 Thanks to @dipold for the translations and pull request.
c0bra added a commit that referenced this pull request May 3, 2013
Fixes #371 Thanks to @dipold for the translations and pull request.
@c0bra
Copy link
Contributor

c0bra commented May 8, 2013

Added in 2.0.6 branch.

@c0bra c0bra closed this May 8, 2013
@ThCC
Copy link

ThCC commented Oct 23, 2013

Just one thing:

window.ngGrid.i18n['pt-br'] = {
ngAggregateLabel: 'items' 'itens',
ngGroupPanelDescription: 'Arraste e solte uma coluna aqui para agrupar por essa coluna',
ngSearchPlaceHolder: 'Procurar...',
ngMenuText: 'Selecione as colunas:',
ngShowingItemsLabel: 'Mostrando os Items Itens:',
ngTotalItemsLabel: 'Total de Items:',
ngSelectedItemsLabel: 'Items Selecionados:',
ngPageSizeLabel: 'Tamanho da Página:',
ngPagerFirstTitle: 'Primeira Página',
ngPagerNextTitle: 'Próxima Página',
ngPagerPrevTitle: 'Página Anterior',
ngPagerLastTitle: 'Última Página'
};

Many English words are similar to the words in Portuguese, but in the plural form changes occur.

@dipold
Copy link
Author

dipold commented Oct 23, 2013

Yes, my bad, this was fixed in PR #683

@ThCC
Copy link

ThCC commented Oct 23, 2013

Ok, thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants