mirror of
https://github.com/mapbase-source/mapbase-game-src.git
synced 2025-02-14 07:38:54 +03:00
14 lines
1.1 KiB
Plaintext
14 lines
1.1 KiB
Plaintext
// 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
|
|
}
|
|
}
|