Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cog-creators/redgettext
A slightly modified version of pygettext for Red-DiscordBot (https://github.com/Cog-Creators/Red-DiscordBot)
https://github.com/cog-creators/redgettext
Last synced: about 2 months ago
JSON representation
A slightly modified version of pygettext for Red-DiscordBot (https://github.com/Cog-Creators/Red-DiscordBot)
- Host: GitHub
- URL: https://github.com/cog-creators/redgettext
- Owner: Cog-Creators
- License: gpl-3.0
- Created: 2018-04-18T03:43:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T16:49:17.000Z (4 months ago)
- Last Synced: 2024-10-29T22:54:15.400Z (2 months ago)
- Language: Python
- Homepage:
- Size: 68.4 KB
- Stars: 3
- Watchers: 6
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
==========
redgettext
==========
A slightly modified version of pygettext for `Cog-Creators/Red-DiscordBot
`_.Installation
============
::pip install redgettext
Usage
=====Extract strings surrounded with ``_()``::
redgettext ...
Extract strings as well as command and cog docstrings::
redgettext -D ...
For more options, do::
redgettext -h
Copyright
=========Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation. All rights reserved.