Skip to content

Brackets.io extension aiming at simplifying the process of internationalising CodeIgniter projects.

Notifications You must be signed in to change notification settings

Korri/brackets-ci-translate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#brackets-ci-translate

Brackets.io extension aiming at simplifying translation of CodeIgniter projects.

##How to use

You can do two things with the plugin, you need to "Open Folder" you project first.

###Translate a non-translated string:

  1. Select text you want to translate
  2. Click on Edit => CITranslate: Translate Text or press Ctrl+Alt+Shift+T
  3. Enter the key you want to use in the modal then press Enter
  4. Enter you translations in the new modal then press Enter
  5. Files are now edited, but you must save them in order to apply changes (Or hit Ctrl+Z if something is messed up)

###Edit a translation.

  1. Place cursor inside the call to lang('') function.
  2. Click on Edit => CITranslate: Edit Translation or press Ctrl+Alt+Shift+R
  3. Enter you translations in the new modal then press Enter
  4. Files are now edited, but you must save them in order to apply changes (Or hit Ctrl+Z if something is messed up)

###Confguration You can add a .citranslate json file at the root of the folder you open with Brackets, here is an example of configuration:

{
    "language_file": "my_lang",
    "language_folder": "application/language"
}

Or if you prefer to open /application directly

{
    "language_file": "my_lang",
    "language_folder": "language"
}

###Changelog ####v0.1.0

  • Changed shortcuts cause if wasn't working on gnome
  • Allowed changing the language folder path
  • Added support for .citranslate file to specify config

####Donate Want to pay me a beer, why not with dogecoin ? DMpRH9DKQHnUTvXYQ6sSqb9UN883WpmzrX

About

Brackets.io extension aiming at simplifying the process of internationalising CodeIgniter projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published