Req: overwrite single language entrys.
Posted: 2010-04-11, 08:15 UTC
Currently I have my custom language file. The only reason is that I want to have the strings 1450 to 1453 like this:
Currently, I need to compare it with every update. (Include new and changed strings)
Wouldn't it be great if TC would automatically load "WCMD_Custom_DEU.LNG" additionally to "WCMD_DEU.LNG" overwriting all entries.
So I would just create the "WCMD_Custom_DEU.LNG" like this:
And I would never have to bother when I update.
Code: Select all
1450="bytes"
1451="KB"
1452="MB"
1453="GB"
Wouldn't it be great if TC would automatically load "WCMD_Custom_DEU.LNG" additionally to "WCMD_DEU.LNG" overwriting all entries.
So I would just create the "WCMD_Custom_DEU.LNG" like this:
Code: Select all
Deutsch
codepage=1252
1450="bytes"
1451="KB"
1452="MB"
1453="GB"