From e344ae5db794b7e0425b6aec7803545e3afa28eb Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 10 Feb 2020 18:25:10 +0000 Subject: [PATCH] --- ayanova/src/api/locale.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ayanova/src/api/locale.js b/ayanova/src/api/locale.js index e4e114bc..0a3e7f6b 100644 --- a/ayanova/src/api/locale.js +++ b/ayanova/src/api/locale.js @@ -188,6 +188,7 @@ export default { // // also for sake of future proofing and edge cases need to have it be manually settable as well // ############### TODO: modify all of these to put the user's manual override first in line (if there is one) + //https://appmakers.dev/bcp-47-language-codes-list/ getBrowserLanguages() { return window.navigator.languages; }, @@ -203,7 +204,7 @@ export default { }, ////////////////////////////////////////////////// // Get the user's chosen currency name - // + //https://en.wikipedia.org/wiki/ISO_4217 getCurrencyName() { return window.$gz.store.state.locale.currencyName; },