8 lines
249 B
Text
8 lines
249 B
Text
# Execute and copy variables defined in code.lang only
|
|
ln.bindLibrary(code.lang)
|
|
|
|
# Execute and copy translations defined in code.lang only
|
|
ln.link(code.lang)
|
|
|
|
# Execute and copy variables and translations defined in code.lang
|
|
ln.include(code.lang)
|