|
|
slogi.joshlmao.com |
A fast and lightweight online tool for debugging and analyzing Unreal Engine log files.
A next.js v15 app, built using the App router approach.
- Clone the repo
npm installnpm run dev
Tests can be run using npm run tests and verify the core functionality of the app. Can be found under the /src/app/tests/
The app can be localized and supports expanding to new languages. Locale files can be found as json files under /public/locales/
- Create a new json file with the translated phrases.
- Add the locale code and localized label inside
languageUtils.ts,getSupportedLanguages()