mirror of
https://github.com/frappe/books.git
synced 2026-08-24 10:04:45 -05:00
fix translations path in dev
This commit is contained in:
@@ -159,7 +159,7 @@ async function getTranslationFilePath(code: string) {
|
||||
/**
|
||||
* This will be used for in Development mode
|
||||
*/
|
||||
filePath = path.join(__dirname, `../translations/${code}.csv`);
|
||||
filePath = path.join(__dirname, `../../translations/${code}.csv`);
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user