Skip to content

Added Turkish Language Support #34

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

Merged

Conversation

moradchalaby
Copy link
Contributor

Hello,

I’ve added Turkish language support to the project with this pull request. The translations are aligned with the existing language files, and all error messages have been translated into Turkish. I hope this contribution will be helpful to the project.

I would appreciate it if you could review the changes. If you need any adjustments or additions, I would be happy to assist.

Thank you!

About Me: I am a software developer working with Php (Laravel), Javascript (Vue), Css(Tailwind). I’m always happy to contribute to open-source projects and look forward to collaborating further.

@dcblogdev
Copy link
Owner

thanks @moradchalaby, most of the files use json keys such as

<div>
    <h1>{{ __('Dashboard') }}</h1>

    <div class="card">
        {{ __("You're logged in!") }}
    </div>

</div>

You can generate a new translation file with all these keys found by running php artisan translatable:export tr This may be helpful to you.

@dcblogdev dcblogdev merged commit ea18e53 into dcblogdev:main Dec 31, 2024
0 of 2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants