From 601dad3723d7b29e2b7553216f31e76d6bd60bc1 Mon Sep 17 00:00:00 2001 From: Jefrey Sobreira Santos Date: Fri, 11 Dec 2015 16:33:11 -0200 Subject: [PATCH] initial commit --- Example.lng | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Example.lng diff --git a/Example.lng b/Example.lng new file mode 100644 index 0000000..977bd0a --- /dev/null +++ b/Example.lng @@ -0,0 +1,9 @@ +[en] +first_test=Hello, world! +second_test=Hello, %s! How are you? +third_test=Hi! The value of this product is: %.2f + +[pt] +first_test=Olá, mundo! +second_test=Olá, %s! Como vai você? +third_test=Olá! O valor deste produto é: %.2f