Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ append_to_translation
Method
append_to_translation
tools/python/categories_converter.py:115–116 ·
view source on GitHub ↗
(self, translation, key, lang)
Source
from the content-addressed store, hash-verified
113
114
115
def
append_to_translation(self, translation, key, lang):
116
self.translations[key][lang] += translation
117
118
119
def
write_formatted(self):
Callers
1
_parse_one_file
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected