From 7f8ed822da2172b48134068f1fbb367216701b5a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 18 May 2010 15:07:46 +0100 Subject: [PATCH] Resource whose value starts with a colon need to be quoted Stop resources looking like symbols when they start with a colon by quoting them. --- config/locales/he.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config/locales/he.yml b/config/locales/he.yml index acfe79e49..8b465ea5d 100644 --- a/config/locales/he.yml +++ b/config/locales/he.yml @@ -171,9 +171,9 @@ he: other: "{{count}} תגובות" edit_link: עריכת רשומה edit: - language: :שפה - latitude: :קו רוחב - longitude: :קו אורך + language: ":שפה" + latitude: ":קו רוחב" + longitude: ":קו אורך" list: in_language_title: רשומות יומן ב{{language}} no_such_entry: @@ -302,7 +302,7 @@ he: search_help: "examples: 'Alkmaar', 'Regent Street, Cambridge', 'CB2 5AQ', or 'post offices near Lünen' more examples..." trace: edit: - description: :תאור + description: ":תאור" download: הורדה edit: עריכה heading: עריכת המסלול {{name}} @@ -319,15 +319,15 @@ he: visibility: גלוי visibility_help: מה זאת אומרת? view: - description: :תאור + description: ":תאור" edit: עריכה tags: Tags visibility: "גלוי:" user: account: home location: "מיקום הבית:" - latitude: :קו רוחב - longitude: :קו אורך + latitude: ":קו רוחב" + longitude: ":קו אורך" my settings: ההגדרות שלי public editing: disabled link text: מדוע איני יכול לערוך? -- 2.43.2