Country Code

ISO 3166-1 alpha-2

لا ينبغي أن لا يتم تثبيت هذا السكريت مباشرة. هو مكتبة لسكبتات لتشمل مع التوجيه الفوقية // @require https://update.greasyfork.org/scripts/465957/1188611/Country%20Code.js

المؤلف
schimon
الإصدار
23.04
تم إنشاؤه
10-05-2023
تم تحديثه
10-05-2023
الترخيص
MIT

Usage:

countryCode["DE"] // "Germany"

Example:

nationCode = "de"
countryCode[nationCode] // undefined

Solution:

nationCode = nationCode.toUpperCase()
countryCode[nationCode] // "Germany"