Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/drnic/i18n.tmbundle
- Owner: drnic
- Created: 2010-10-04T21:20:39.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-08-26T06:10:26.000Z (about 13 years ago)
- Last Synced: 2023-04-10T17:09:50.191Z (over 1 year ago)
- Language: Ruby
- Size: 103 KB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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.