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

Translation - typo #32

Closed
ghost opened this issue May 13, 2017 · 0 comments
Closed

Translation - typo #32

ghost opened this issue May 13, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented May 13, 2017

script\config.mrc - L1013: Typo found:

 if ($readini(script\transup.ini,n,translation,enabled) == no) {
    did -ra $dname 524 This installation of PnP does not currenlty support translation. You may download a version that supports translation at www.kristshell.net/pnp/.
    did -b $dname 520,521,522,523,527,528,525,526
  }

script\upgrade.mrc - L20: Typo found. Also $readini(...,language) ought to be $readini(...,enabled)

alias translate {
  if ($readini(script\transup.ini,n,translation,language) == no) {
    dispa This installation of PnP does not currenlty support translation. You may download a version that supports translation at www.kristshell.net/pnp/.
    halt
  }
@ghost ghost closed this as completed in 05f4ae6 May 14, 2017
This issue was closed.
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

0 participants