14 lines
1.1 KiB
Plaintext
Raw Normal View History

2022-10-26 20:54:37 -05:00
<EFBFBD><EFBFBD>// This is a special localization file for mods using Mapbase's commentary system additions.
// It is only loaded when commentary mode is enabled.
"lang"
{
"Language" "English"
"Tokens"
{
// The following are examples of what this file can be used for:
"Comm_Something" "A Really Cool Print Name" // Localized "printname" keyvalue (a.k.a. a node's title)
"Comm_Speaker_Gordon" "Gordon Freeman" // Localized "speakers" keyvalue
"Comm_Text_Something" "This is part of a text node or something." Localized text node content
}
}