Skip to content

gladson/estudo-gettext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTranslate

gtranslate
├── example
│   ├── __init__.py
│   ├── locale
│   │   ├── en_US
│   │   │   └── LC_MESSAGES
│   │   │       ├── example.mo
│   │   │       └── example.po
│   │   ├── pot
│   │   │   ├── example.pot
│   │   │   └── translation_base.pot
│   │   └── pt_BR
│   │       └── LC_MESSAGES
│   │           ├── example.mo
│   │           └── example.po
│   └── main.py
├── Makefile
├── poetry.lock
├── pyproject.toml
├── README.md
└── tests
    ├── __init__.py
    └── test_gtranslate.py

8 directories, 14 files

About

Projeto desenvolvido para estudo sobre o gettext

Topics

Resources

Stars

Watchers

Forks