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

German Translation #16

Closed
madcoda9000 opened this issue Apr 21, 2022 · 4 comments
Closed

German Translation #16

madcoda9000 opened this issue Apr 21, 2022 · 4 comments

Comments

@madcoda9000
Copy link
Contributor

Hello,

if you want, i can offer to do the german translations for you. Just tell me what to do.

Best Wishes
Sascha

@eusonlito
Copy link
Owner

Oh, great!

You can copy english folder from resources/lang/en to resources/lang/de and translate the files contents.

To test it, you can change the config/app.php file:

    'locale' => env('APP_LOCALE', 'es'),
    'locales' => ['es', 'en'],
    'locale_system' => ['es' => 'es_ES.UTF-8', 'en' => 'en_US.UTF-8'],
    'fallback_locale' => 'es',

to

    'locale' => env('APP_LOCALE', 'de'),
    'locales' => ['es', 'en', 'de'],
    'locale_system' => ['es' => 'es_ES.UTF-8', 'en' => 'en_US.UTF-8', 'de' => 'de_DE.UTF-8'],
    'fallback_locale' => 'es',

As config is cached, you should delete the file bootstrap/cache/config.php.

Thanks!

@madcoda9000
Copy link
Contributor Author

ok, i'll try that

@madcoda9000
Copy link
Contributor Author

Whooha, i was not aware that there is so much to translate. This could take a few days, but i'm on the run :-)

@madcoda9000
Copy link
Contributor Author

I was able to trasnlate it faster than i thought. Attached you'll find a zip file with the translated files.

Best Wishes
Sascha

de.zip

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

2 participants