You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a content creator, I want mod/game titles and descriptions to be translated
Solution
As part of the extraction process, the mod_translation_updater.py script should also title and description from .conf into the template. It should probably read .conf for a textdomain if present
For the new .po translation format that we will likely primarily use the Gettext tools for, a script that will generate dummy gettext calls based on the content conf file that can then get populated by xgettext sounds like a ok idea, or if we have a wrapper script for generating and updating Minetest content translations using Gettext tools that does this in the background.
Problem
As a content creator, I want mod/game titles and descriptions to be translated
Solution
As part of the extraction process, the mod_translation_updater.py script should also
title
anddescription
from .conf into the template. It should probably read .conf for atextdomain
if presentAdditional context
https://api.minetest.net/translations/#translating-content-meta
The text was updated successfully, but these errors were encountered: