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

Typo in Config file example #11

Closed
mizmiz opened this issue Aug 4, 2020 · 1 comment
Closed

Typo in Config file example #11

mizmiz opened this issue Aug 4, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@mizmiz
Copy link

mizmiz commented Aug 4, 2020

Should be:

<?php

return [
    'pluginName' => 'Translations',
    'categories' => [
        ['category' => 'site'],
        ['category' => 'app']
    ],
    'addMissingTranslations' => false,
    'addMissingSiteRequestOnly' => false
];

(Missing comma)

@mizmiz mizmiz changed the title Typo in Config file example: Typo in Config file example Aug 4, 2020
@smcyr smcyr added the bug Something isn't working label Aug 25, 2020
@smcyr smcyr closed this as completed Aug 25, 2020
@smcyr
Copy link
Contributor

smcyr commented Aug 25, 2020

Thanks! Fixed in 2.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants