Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drnic/i18n.tmbundle

TextMate bundle when working with i18n library in Ruby projects
https://github.com/drnic/i18n.tmbundle

Last synced: 29 days ago
JSON representation

TextMate bundle when working with i18n library in Ruby projects

Awesome Lists containing this project

README

        

I18n bundle
--------------------

Contains the following commands specific to the current file:

* Show i18n message (Alt+Cmd+?) - Displays the translation of 'I18n.t("foo.bar.car")' from the current line

Requirements
============

This bundle assumes you have the [i18n](http://github.com/svenfuchs/i18n "svenfuchs's i18n at master - GitHub") rubygem installed. This is a fair assumption, I think, since you are working on projects using it.

Installation
============

To install via Git:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/drnic/I18n.tmbundle.git
osascript -e 'tell app "TextMate" to reload bundles'

Source can be viewed or forked via GitHub: [http://github.com/drnic/I18n.tmbundle](http://github.com/drnic/I18n.tmbundle)

Author
======

Dr Nic Williams, [email protected], [http://drnicwilliams.com](http://drnicwilliams.com)

With contributions from:

* Be first!

License
=======

Copyright© 2010 Dr Nic Williams, Engine Yard. Released under MIT-license.