Skip to content

Commit

Permalink
Merge pull request #64 from MohmmedAshraf/feat/download-translations
Browse files Browse the repository at this point in the history
Add download translations option for production
  • Loading branch information
MohmmedAshraf authored Feb 2, 2024
2 parents ec17190 + 752cbd8 commit 0a09692
Show file tree
Hide file tree
Showing 119 changed files with 649 additions and 498 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/.gitignore export-ignore
/phpunit.xml.dist export-ignore
/art export-ignore
/screenshots export-ignore
/docs export-ignore
/tests export-ignore
/.editorconfig export-ignore
Expand Down
35 changes: 26 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ Laravel Translations UI package provides a user-friendly interface for managing

> 📺 **[Watch a 4-minute video by Povilas Korop](https://www.youtube.com/watch?v=lYkgXnwnVbw)** showcasing the package.
---
### Support

Thank you for considering supporting the development of this package! If you'd like to contribute, you can buy me a coffee or sponsor me to help keep me motivated to continue improving this package. You can also support the project by starring ⭐ the repository.

To buy me a coffee, click the button below:

<a href="https://www.buymeacoffee.com/outhebox" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" style="height: 51px !important;width: 217px !important;" ></a>

### Requirements

- PHP `8.1` or higher
Expand Down Expand Up @@ -143,23 +152,31 @@ To keep the assets up-to-date and avoid issues in future updates, you may add th
}
```

### Changelog
### Screenshots

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
![login](screenshots/login.png)

### Contributing
![add_translations_modal](screenshots/add_translations_modal.png)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
![translations_list](screenshots/translations_list.png)

---
### Support
![add_source_key](screenshots/add_source_key.png)

Thank you for considering supporting the development of this package! If you'd like to contribute, you can buy me a coffee or sponsor me to help keep me motivated to continue improving this package. You can also support the project by starring ⭐ the repository.
![edit_source_key](screenshots/edit_source_key.png)

To buy me a coffee, click the button below:
![edit_translation_phrase](screenshots/edit_translation_phrase.png)

<a href="https://www.buymeacoffee.com/outhebox" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" style="height: 51px !important;width: 217px !important;" ></a>
![invite_contributor](screenshots/invite_contributor.png)

![publish_translations_files](screenshots/publish_translations_files.png)

### Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

### Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## Credits

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"spatie/laravel-package-tools": "^1.0",
"spatie/laravel-query-builder": "^5.7",
"stichoza/google-translate-php": "^5.1",
"tightenco/ziggy": "^1.8"
"tightenco/ziggy": "^1.8",
"ext-zip" : "*"
},
"require-dev": {
"laravel/pint": "^1.0",
Expand Down

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0a09692

Please sign in to comment.