From e266eb05ac6ffdb6db2fe72f86e5335564e6f8b7 Mon Sep 17 00:00:00 2001 From: Umair Jibran Date: Sun, 3 Oct 2021 18:04:17 +0500 Subject: add app --- lib/locales/ur/app/author.js | 1 + lib/locales/ur/app/index.js | 5 +++++ lib/locales/ur/app/name.js | 10 ++++++++++ lib/locales/ur/app/version.js | 1 + 4 files changed, 17 insertions(+) create mode 100644 lib/locales/ur/app/author.js create mode 100644 lib/locales/ur/app/index.js create mode 100644 lib/locales/ur/app/name.js create mode 100644 lib/locales/ur/app/version.js (limited to 'lib') diff --git a/lib/locales/ur/app/author.js b/lib/locales/ur/app/author.js new file mode 100644 index 00000000..78e1c460 --- /dev/null +++ b/lib/locales/ur/app/author.js @@ -0,0 +1 @@ +module['exports'] = ['#{Name.name}', '#{Company.name}']; diff --git a/lib/locales/ur/app/index.js b/lib/locales/ur/app/index.js new file mode 100644 index 00000000..7a421c94 --- /dev/null +++ b/lib/locales/ur/app/index.js @@ -0,0 +1,5 @@ +var app = {}; +module['exports'] = app; +app.name = require('./name'); +app.version = require('./version'); +app.author = require('./author'); diff --git a/lib/locales/ur/app/name.js b/lib/locales/ur/app/name.js new file mode 100644 index 00000000..b2358a68 --- /dev/null +++ b/lib/locales/ur/app/name.js @@ -0,0 +1,10 @@ +module['exports'] = [ + 'اوقات نماز', + 'قسط حساب', + 'نقشہ نگار', + 'دبیٗ وقت', + 'ڈالر رپیہ', + 'دراز', + 'پاک وھیلز', + 'واٹس ایپ', +]; diff --git a/lib/locales/ur/app/version.js b/lib/locales/ur/app/version.js new file mode 100644 index 00000000..15a81dc7 --- /dev/null +++ b/lib/locales/ur/app/version.js @@ -0,0 +1 @@ +module['exports'] = ['0.#.#', '0.##', '#.##', '#.#', '#.#.#']; -- cgit v1.2.3