mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
i18n: Sync translation template with current source
Also French translation update and misc fixes to source strings.
This commit is contained in:
parent
d0d52606a7
commit
17c3c64a80
57 changed files with 12321 additions and 9041 deletions
|
@ -882,7 +882,7 @@ void GDScriptFunctions::call(Function p_func, const Variant **p_args, int p_arg_
|
|||
int incr = *p_args[2];
|
||||
if (incr == 0) {
|
||||
|
||||
r_ret = RTR("step argument is zero!");
|
||||
r_ret = RTR("Step argument is zero!");
|
||||
r_error.error = Variant::CallError::CALL_ERROR_INVALID_METHOD;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue