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
-
Notifications
You must be signed in to change notification settings - Fork 0
gladson/estudo-gettext
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Projeto desenvolvido para estudo sobre o gettext