We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Setting invoice language in neon config as specified in the docs doesn't work. It always uses the default english language.
invoice: lang: cs
I had to manually supply a cs argument to the Translator class like this for it to work:
cs
Translator
new Invoice($company, new DefaultTemplate(new Translator("cs"), new Formatter("cs")));
Thanks for looking into that and of course thanks for the package!
The text was updated successfully, but these errors were encountered:
I tried dev-master and everything is alright
Sorry, something went wrong.
No branches or pull requests
Setting invoice language in neon config as specified in the docs doesn't work. It always uses the default english language.
I had to manually supply a
cs
argument to theTranslator
class like this for it to work:new Invoice($company, new DefaultTemplate(new Translator("cs"), new Formatter("cs")));
Thanks for looking into that and of course thanks for the package!
The text was updated successfully, but these errors were encountered: