Translate to Portuguese[BR]
- Dominant language
- HTML
- Stars
- 236
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
Regarding issue https://github.com/i3/i3/issues/2700, I think I put it in the wrong place :) .
I took the liberty of hosting elsewhere due to the use of PHP.
I put this link below only for demonstration: http://i3wm.herokuapp.com/
I am building on codeigniter, and creating from the existing pages a skeleton to be so necessary to edit the texts of the language.
-----------------
Referente ao issue https://github.com/i3/i3/issues/2700, acho que coloquei no lugar errado :) .
Eu tomei a liberdade de hospedar em outro lugar devido ao uso do PHP.
Coloquei nesse link a seguir somente para demonstração: http://i3wm.herokuapp.com/
Estou construindo no codeigniter, e criando a partir das paginas existentes um esqueleto para só ser necessário editar os textos do idioma.
```
//------------->portuguese.php
//----------------------->Nav -----------------
$lang["nav_docs"] = "Documentação";
$lang["nav_screens"] = "Telas";
$lang["nav_faq"] = "Perguntas frequentes";
$lang["nav_contact"] = "Contato";
$lang["nav_bugs"] = "Erros";
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.