mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Add comment to Strings.lua
This commit is contained in:
parent
0b37160dc1
commit
2bba8dddad
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
--[[
|
||||
NOTE: It's possible to expand string entry tables with extra language variations
|
||||
corresponding to languages in the table at the end of this file.
|
||||
--]]
|
||||
|
||||
local strings =
|
||||
{
|
||||
window_title = { "TombEngine" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue