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