about summary refs log tree commit diff stats
path: root/data/maps/the_literate/rooms/Painting Room.txtpb
blob: f22929c42e2bfc3329b04c79c985c2272b46873a (plain) (blame)
1
2
3
4
5
6
name: "Painting Room"
paintings {
  name: "PYRAMID"
  path: "Components/triangle"
  orientation: "north"
}
`: # # I18n.t 'hello' # # In views, this is aliased to just `t`: # # <%= t('hello') %> # # To use a different locale, set it with `I18n.locale`: # # I18n.locale = :es # # This would use the information in config/locales/es.yml. # # The following keys must be escaped otherwise they will not be retrieved by # the default I18n backend: # # true, false, on, off, yes, no # # Instead, surround them with single quotes. # # en: # 'true': 'foo' # # To learn more, please read the Rails Internationalization guide # available at http://guides.rubyonrails.org/i18n.html. en: hello: "Hello world"