RynoRn commented on a change in pull request #211: NIFIREG-295 Add support for
proxying via Apache Knox
URL: https://github.com/apache/nifi-registry/pull/211#discussion_r312944335
##########
File path:
nifi-registry-core/nifi-registry-web-ui/src/main/webapp/nf-registry-bootstrap.js
##########
@@ -54,7 +54,7 @@ const providers = [];
if (!locale || locale === 'en-us') {
bootstrapModule();
} else { //load the translation providers and bootstrap the module
- var translationFile = './nifi-registry/assets/locale/messages.' + locale +
'.xlf';
+ var translationFile = 'assets/locale/messages.' + locale + '.xlf';
Review comment:
I'm not sure if this was working earlier or not but with these changes this
file throws an error of 404.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services