Skip to content

A Laravel zero dependency translation manager for your existing web application app

License

Notifications You must be signed in to change notification settings

Nigus-Abate/Laravel-zero-dependency-translation-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Laravel-zero-dependency-translation-manager

  • A Laravel zero dependency translation manager for your new or existing web application app
  • This Laravel translation manager comes up with both a command line and a user interface without any third party package.

Features

  • Add New language including flag icon
  • Adding missing key
  • Manage Translation key using beautiful interface
  • There is no third party package needed
  • Just copy and past in your project directory

Usage in command

  • cd project-directory

  • First download and put on your existing project

  • On your root directory type php artisan lang:en "fi fi-us" by specify the new language and and it's flag icon

  • The command copy the existing en language to the new language the translation is done through interface

command

Usage in user Interface

  • Login Your project and call the route your-project-path/admin/translations example http://localhost/lara-locale/admin/translations

  • Then you will get the below ui

index

  • If you want add new locale click the add new language button then you will see this modal and type the lang name and flag icon value the new language is added and write into config/panel.php\

add

Translation

translation

Adding Missing Key

missing key

Modifing the key

edit

Contact Me

DevEthio Email

About

A Laravel zero dependency translation manager for your existing web application app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published