MCPcopy Create free account
hub / github.com/OpenVicProject/OpenVic / load_file

Method load_file

extension/src/LoadLocalisation.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70Error LoadLocalisation::load_file(String const& file_path, String const& locale) {
71 return _load_file_into_translation(file_path, _get_translation(locale));
72}
73
74/* REQUIREMENTS
75 * FS-18, FS-24, FS-25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected