| 68 | } |
| 69 | |
| 70 | Error 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 |
nothing calls this directly
no outgoing calls
no test coverage detected