WIP: Expand the developer documentation #27

Draft
gremond wants to merge 51 commits from develop into developer_docs
Showing only changes of commit a6dfcbde4c - Show all commits

View file

@ -27,6 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
from gettext import translation
from pathlib import Path
t = translation('rougail', str(Path(__file__).parent / 'locale'))
t = translation('rougail', str(Path(__file__).parent / 'locale'), fallback=True)
_ = t.gettext