Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue about localization #11

Open
danny0838 opened this issue Dec 21, 2010 · 0 comments
Open

Issue about localization #11

danny0838 opened this issue Dec 21, 2010 · 0 comments

Comments

@danny0838
Copy link

it seems that the line 97 in tpl_functions.php:

            if(@file_exists(DOKU_TPLINC.'lang/'. $conf['lang'].'/nonidebar.txt')) {

should be:

            if(@file_exists(DOKU_TPLINC.'lang/'. $conf['lang'].'/nosidebar.txt')) {

so that localization would be properly applied.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant