ISO 3166-1 alpha-2
Script này sẽ không được không được cài đặt trực tiếp. Nó là một thư viện cho các script khác để bao gồm các chỉ thị meta
// @require https://update.greasyfork.org/scripts/465957/1188611/Country%20Code.js
Usage:
countryCode["DE"] // "Germany"
Example:
nationCode = "de"
countryCode[nationCode] // undefined
Solution:
nationCode = nationCode.toUpperCase()
countryCode[nationCode] // "Germany"