Skip to content

Commit

Permalink
Some localisation
Browse files Browse the repository at this point in the history
  • Loading branch information
tboby committed Jan 12, 2019
1 parent 3c0b8be commit b630461
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/common/new/decisions.cwt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
types = {
type[decision] = {
path = "game/common/decisions"
localisation = {
## required
name = "$"
## required
desc = "$_desc"
}

}
}

Expand Down
8 changes: 8 additions & 0 deletions config/common/new/jobs_and_social_strata.cwt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
types = {
type[job] = {
path = "game/common/pop_jobs"
localisation = {
## required
name = "job_$"
## required
plural = "job_$_plural"
## required
desc = "job_$_desc"
}
}
type[social_strata] = {
path = "game/common/pop_categories"
Expand Down

0 comments on commit b630461

Please sign in to comment.