Fixed it simply not working >:(
This commit is contained in:
parent
1fed2bca69
commit
c63b8ac6a2
|
@ -1,6 +1,7 @@
|
|||
#include <string>
|
||||
#include "translator.h"
|
||||
|
||||
namespace translation {
|
||||
std::string translateInput(const std::string& input) {
|
||||
std::string translatedText{};
|
||||
|
||||
|
@ -105,3 +106,4 @@ std::string translateInput(const std::string& input) {
|
|||
}
|
||||
return translatedText;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user