From dd592044bba259a9d4922690d9d146d542165f30 Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 23 Jul 2015 14:17:51 -0700 Subject: added customization example --- config/customization.example/locales/en.yml | 2 ++ config/customization.example/locales/es.yml | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 config/customization.example/locales/en.yml create mode 100644 config/customization.example/locales/es.yml (limited to 'config/customization.example/locales') diff --git a/config/customization.example/locales/en.yml b/config/customization.example/locales/en.yml new file mode 100644 index 0000000..3c5f370 --- /dev/null +++ b/config/customization.example/locales/en.yml @@ -0,0 +1,2 @@ +en: + login_info: Authenticate to change your "Prehistoric Computer" settings. \ No newline at end of file diff --git a/config/customization.example/locales/es.yml b/config/customization.example/locales/es.yml new file mode 100644 index 0000000..3b056fe --- /dev/null +++ b/config/customization.example/locales/es.yml @@ -0,0 +1,2 @@ +es: + login_info: Autenticar a cambiar la configuraciĆ³n de "Computer Prehistoria." \ No newline at end of file -- cgit v1.2.3