We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write a gpt-neox and Apertium script to automatically check the relevant strings, translate them and write them to the locale.
local S = minetest.get_translator local S = minetest.get_translator(minetest.get_current_modname()) description = description = S
The text was updated successfully, but these errors were encountered:
This is probably a bit out of scope, maybe more appropriate for the actual minetest project
Sorry, something went wrong.
No branches or pull requests
Write a gpt-neox and Apertium script to automatically check the relevant strings, translate them and write them to the locale.
local S = minetest.get_translator
local S = minetest.get_translator(minetest.get_current_modname())
description =
description = S
The text was updated successfully, but these errors were encountered: