fix string service path

This commit is contained in:
Alex Holliday
2025-08-25 14:30:41 -07:00
parent 3147f02b6a
commit 637bc84136
@@ -7,7 +7,7 @@ class TranslationService {
this.logger = logger;
this.translations = {};
this._language = "en";
this.localesDir = path.join(process.cwd(), "locales");
this.localesDir = path.join(process.cwd(), "src/locales");
}
get serviceName() {