Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baselrabia/laravel-translate-message
This package provides new helper functions that take care of handling all the translation hassle and do it for you.
https://github.com/baselrabia/laravel-translate-message
Last synced: 28 days ago
JSON representation
This package provides new helper functions that take care of handling all the translation hassle and do it for you.
- Host: GitHub
- URL: https://github.com/baselrabia/laravel-translate-message
- Owner: baselrabia
- License: mit
- Created: 2022-01-05T08:34:21.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-10T09:46:19.000Z (almost 3 years ago)
- Last Synced: 2024-11-18T06:59:58.093Z (about 1 month ago)
- Language: PHP
- Size: 27.3 KB
- Stars: 17
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Issues](https://img.shields.io/github/issues/baselrabia/laravel-translate-message.svg?style=flat-square)](https://github.com/baselrabia/laravel-translate-message/issues)
[![Stars](https://img.shields.io/github/stars/baselrabia/laravel-translate-message.svg?style=flat-square)](https://github.com/baselrabia/laravel-translate-message/stargazers)
[![Latest Version](https://img.shields.io/github/tag/baselrabia/laravel-translate-message.svg?style=flat-square&label=release)](https://github.com/baselrabia/laravel-translate-message/tags)
[![Software License](https://img.shields.io/github/license/baselrabia/laravel-translate-message.svg?style=flat-square)](LICENSE)
[![Total Downloads](https://img.shields.io/packagist/dt/baselrabia/laravel-translate-message.svg?style=flat-square)](https://packagist.org/packages/baselrabia/laravel-translate-message)
Laravel Translate Message 🥳
This package provides new helper functions that take care of handling all the translation hassle and do it for you.
## Installation
Begin by installing this package through Composer. Just run following command to terminal-```php
composer require baselrabia/laravel-translate-message
```
## What Is New Here 🤔In this package, you will be provided by two new Helper function
```php
// two underscore and t function
__t("app.Tranlation Word");
// three underscore Function
___("app.Tranlation Word");
```
This Two helpers is a wrapper around the laravel helper `trans()` , `__()` that offer the translation of text from the lang file resource `resource/lang/en/app.php`
### What Happen Then !!
our helpers allow you to write your message once when you call the function and it will translate it for you automatically and write there translating in `resources/lang` folder so if you would like to change the automated translation you can edit them there.***As you see it takes the hassle of going to every `/lang/..` folder to write the translation for specific lang***
## Contributing
If you think something important is missing or should be different based on your experience, I'd love to hear it! If you have suggestions for improving this package, open an issue with your suggestion.
How to Contribute 💪
```
- Fork the project- Create a new branch with your changes:
$ git checkout -b my-feature- Save your changes and create a commit message telling you what you did:
$ git commit -m "feature: My new feature"- Submit your changes:
$ git push origin my-feature
```License 📝
This repository is under MIT license. You can see the LICENSE file for more details. 😉---
>This project was developed with ❤️ by **[@Basel Rabia](https://www.linkedin.com/in/baselrabia/)**
If it helped you, give it ⭐, it will help me too 😉
[![Linkedin Badge](https://img.shields.io/badge/-Basel%20Rabia-292929?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/baselrabia/)](https://www.linkedin.com/in/baselrabia/)