summary refs log tree commit diff stats
path: root/rails/test/dummy/config/locales/en.yml
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-12-07 21:14:52 +0000
committerStar Rauchenberger <fefferburbia@gmail.com>2023-12-07 21:14:52 +0000
commit295dd1906a98913275145c5b9cc403f1e76cfd33 (patch)
treef45d7721c9a138b743ada905a12596f050a7473d /rails/test/dummy/config/locales/en.yml
parent460edd4191229635e86c0e3781a361126c140ca9 (diff)
parenta37605e3d7d17e322a9cf2a497768f6fd8b5d0a3 (diff)
downloadlingo-295dd1906a98913275145c5b9cc403f1e76cfd33.tar.gz
lingo-295dd1906a98913275145c5b9cc403f1e76cfd33.tar.bz2
lingo-295dd1906a98913275145c5b9cc403f1e76cfd33.zip
Merge branch 'main' of /srv/git/lingo into main
Diffstat (limited to 'rails/test/dummy/config/locales/en.yml')
-rw-r--r--rails/test/dummy/config/locales/en.yml33
1 files changed, 0 insertions, 33 deletions
diff --git a/rails/test/dummy/config/locales/en.yml b/rails/test/dummy/config/locales/en.yml deleted file mode 100644 index 8ca56fc..0000000 --- a/rails/test/dummy/config/locales/en.yml +++ /dev/null
@@ -1,33 +0,0 @@
1# Files in the config/locales directory are used for internationalization
2# and are automatically loaded by Rails. If you want to use locales other
3# than English, add the necessary files in this directory.
4#
5# To use the locales, use `I18n.t`:
6#
7# I18n.t "hello"
8#
9# In views, this is aliased to just `t`:
10#
11# <%= t("hello") %>
12#
13# To use a different locale, set it with `I18n.locale`:
14#
15# I18n.locale = :es
16#
17# This would use the information in config/locales/es.yml.
18#
19# The following keys must be escaped otherwise they will not be retrieved by
20# the default I18n backend:
21#
22# true, false, on, off, yes, no
23#
24# Instead, surround them with single quotes.
25#
26# en:
27# "true": "foo"
28#
29# To learn more, please read the Rails Internationalization guide
30# available at https://guides.rubyonrails.org/i18n.html.
31
32en:
33 hello: "Hello world"