diff options
author | Tanavit <tanavit@posto.ovh> | 2025-03-26 10:57:05 +0100 |
---|---|---|
committer | orwell <orwell@bleipb.de> | 2025-04-08 21:27:06 +0200 |
commit | c08896f9f5cccc08f49f14944c1a9c0c8c0b5796 (patch) | |
tree | aca2a5934fe70290cdffe3eda8e8a4ff67afc671 /advtrains_line_automation/scheduler.lua | |
parent | 923850523d2aa510a6258585af9e7c0a2c949eaa (diff) | |
download | advtrains-c08896f9f5cccc08f49f14944c1a9c0c8c0b5796.tar.gz advtrains-c08896f9f5cccc08f49f14944c1a9c0c8c0b5796.tar.bz2 advtrains-c08896f9f5cccc08f49f14944c1a9c0c8c0b5796.zip |
Translations improvement.
File :
- advtrains : init.lua wagons.lua
- advtrains_line_automation : scheduler.lua stoprail.lua
Actions :
- Conversion of attrans() to S()
- Insertion of S() function calls where needed.
Miscellaneous :
- Removing of personnal tries on update-translastions.sh which should
not have been committed.
# Third and last patch of a serie of three to be applied to the master branch of advtrains on commit #0b7fdc6
#
# ATTENTION :
#
# 1. These patches come from a derivation of the l10n branch which, afaik, is not yet merged in the master branch.
# I guess that applying these patches will shortcut the l10n branch.
# 2. These patches contain translations strings of for the modification I proposed some month ago for basic_trains which,
# afaik, are not yet merged in its master branch.
Diffstat (limited to 'advtrains_line_automation/scheduler.lua')
-rw-r--r-- | advtrains_line_automation/scheduler.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/advtrains_line_automation/scheduler.lua b/advtrains_line_automation/scheduler.lua index 6025b02..5cba0a0 100644 --- a/advtrains_line_automation/scheduler.lua +++ b/advtrains_line_automation/scheduler.lua @@ -59,7 +59,7 @@ function sched.run() -- run it callbacks[elem.e](elem.d) else - atwarn("[lines][scheduler] No callback to handle schedule",elem) + atwarn("[lines][scheduler] "..S("No callback to handle schedule"),elem) end cnt=cnt+1 ucn = units_cnt[elem.u] |