| 24 | } |
| 25 | |
| 26 | void TranslationManager::LoadDocuments( const std::vector<std::string> &files ) |
| 27 | { |
| 28 | impl->LoadDocuments( files ); |
| 29 | } |
| 30 | |
| 31 | const char *TranslationManager::Translate( const std::string &message ) const |
| 32 | { |
no outgoing calls
no test coverage detected