mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
New Client: english translations and misc fixes (#8410)
* misc fixes and add english translations * add tests
This commit is contained in:
@@ -85,7 +85,7 @@ api.redirectExtensionsPage = {
|
||||
},
|
||||
};
|
||||
|
||||
// All requests to /new_app (expect /new_app/static) should serve the new client in development
|
||||
// All requests to /new_app (except /new_app/static) should serve the new client in development
|
||||
if (IS_PROD && IS_NEW_CLIENT_ENABLED) {
|
||||
api.getNewClient = {
|
||||
method: 'GET',
|
||||
|
||||
Reference in New Issue
Block a user