Created
June 22, 2011 08:29
-
-
Save edzhelyov/1039700 to your computer and use it in GitHub Desktop.
Simple I18n templating
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is the default title: Това е по подразбиране | |
Project title: Име на проекта |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>{{This is the default title}}</h1> | |
<table> | |
<% @projects.each do |project| %> | |
<div> | |
{{Project title}}: <%= project.title %> | |
<% end %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment