Skip to content

Commit

Permalink
Merge pull request #666 from ab9rf/translate-name
Browse files Browse the repository at this point in the history
add `translate_name` as a known global
  • Loading branch information
myk002 authored Oct 3, 2023
2 parents acbc076 + 2382d45 commit aeab463
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Template for new versions:
# Future

## Structures
- add new global: ``translate_name``

# 50.11-r1

Expand Down
5 changes: 5 additions & 0 deletions df.globals.xml
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,11 @@
<global-object name='preserveannounce' type-name='bool'/>
<global-object name='updatelightstate' type-name='bool'/>
<global-object name='start_dwarf_count' type-name='int16_t'/>

<global-object name='translate_name'>
<stl-function/> <!-- df::language_name*, std::string&, bool, bool -->
</global-object>

</data-definition>

<!--
Expand Down

0 comments on commit aeab463

Please sign in to comment.