Skip to content

Commit

Permalink
Merge pull request #3 from hubswitch-africa/mickelaDEV
Browse files Browse the repository at this point in the history
Add support for all Australian-Oceania countries
  • Loading branch information
mickela authored Oct 22, 2022
2 parents 34ef87d + 4134046 commit 8530044
Show file tree
Hide file tree
Showing 5 changed files with 138 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

### 0.0.4

Add support for all Australian-Oceania countries

### 0.0.3

Add support for all Asian countries
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Get any symbol easily, especially those that aren't on your keyboard. It could b

## Release Notes

### 0.0.4

Add support for all Australian-Oceania countries

### 0.0.3

Add support for all Asian countries
Expand Down
Binary file added logo-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-symbols",
"displayName": "Symbols",
"description": "Get any symbol easily, especially those that aren't on your keyboard. It could be your native currency, degree symbols, greek alphabets, HTML5 entities, or even crypto currency. All you have to do is type the name.",
"version": "0.0.3",
"version": "0.0.4",
"engines": {
"vscode": "^1.67.0"
},
Expand All @@ -22,6 +22,7 @@
]
},
"publisher": "mickela",
"icon": "logo-128.png",
"repository": {
"type": "git",
"url": "https://github.com/hubswitch-africa/vscode-symbols"
Expand Down
129 changes: 128 additions & 1 deletion snippets/snippets.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@
"prefix": "China",
"body": "¥"
},
"United States Dollar": {
"United States Dollar (Timor-Leste)": {
"prefix": "Timor-Leste",
"body": "$"
},
Expand All @@ -407,5 +407,132 @@
"Indian Rupee": {
"prefix": "India",
"body": "₹"
},

// Australian-Oceania Currencies

"Fijian dollar": {
"prefix": "Fiji",
"body": "FJ$"
},
"Papua New Guinean kina": {
"prefix": "Papua New Guinea",
"body": "K"
},
"Solomon Islands dollar": {
"prefix": "Solomon Islands",
"body": "Si$"
},
"United States Dollar (Marshall Islands)": {
"prefix": "Marshall Islands",
"body": "$"
},
"United States Dollar (Northern Mariana Islands)": {
"prefix": "Northern Mariana Islands",
"body": "$"
},
"United States Dollar (American Samoa)": {
"prefix": "American Samoa",
"body": "$"
},
"United States Dollar (Micronesia)": {
"prefix": "Micronesia",
"body": "$"
},
"New Zealand Dollar": {
"prefix": "New Zealand",
"body": "$"
},
"Vanuatu vatu": {
"prefix": "Vanuatu",
"body": "VT"
},
"New Caledonian CFP franc": {
"prefix": "New Caledonia",
"body": "₣"
},
"French Polynesia CFP franc": {
"prefix": "French Polynesia",
"body": "₣"
},
"Australian dollar": {
"prefix": "Australia",
"body": "A$"
},
"Samoan tālā": {
"prefix": "Samoa",
"body": "WS$"
},
"United States Dollar (Palau)": {
"prefix": "Palau",
"body": "$"
},
"Cook Islands Dollar": {
"prefix": "Cook Islands",
"body": "$"
},
"United States Dollar (Guam)": {
"prefix": "Guam",
"body": "$"
},
"New Zealand dollar (Niue)": {
"prefix": "Niue",
"body": "$"
},
"New Zealand Dollar (Tokelau)": {
"prefix": "Tokelau",
"body": "$"
},
"Kiribati dollar": {
"prefix": "Kiribati",
"body": "$"
},
"Tuvaluan dollar": {
"prefix": "Tuvalu",
"body": "TV$"
},
"CFP franc (Wallis and Futuna Islands)": {
"prefix": "Wallis and Futuna Islands",
"body": "₣"
},
"Australian dollar (Nauru)": {
"prefix": "Nauru",
"body": "A$"
},
"Tongan paʻanga": {
"prefix": "Tonga",
"body": "T$"
},
"": {
"prefix": "",
"body": ""
},
"": {
"prefix": "",
"body": ""
},
"": {
"prefix": "",
"body": ""
},
"": {
"prefix": "",
"body": ""
},
"": {
"prefix": "",
"body": ""
},
"": {
"prefix": "",
"body": ""
},
"": {
"prefix": "",
"body": ""
},
"": {
"prefix": "",
"body": ""
}
}

0 comments on commit 8530044

Please sign in to comment.