Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit d72b6ef

Browse files
Add locale directory to package resources.
1 parent 980742a commit d72b6ef

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

package-temp.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
"extraResources": [
5151
"iri/iri.jar",
5252
"ccurl/**/*",
53-
"ui/**/*"
53+
"ui/**/*",
54+
"locales/**/*"
5455
],
5556
"protocols": [
5657
{

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
"extraResources": [
5252
"iri/iri-testnet.jar",
5353
"ccurl/**/*",
54-
"ui/**/*"
54+
"ui/**/*",
55+
"locales/**/*",
5556
],
5657
"protocols": [
5758
{

package.testnet.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"extraResources": [
4949
"iri/iri-testnet.jar",
5050
"ccurl/**/*",
51-
"ui/**/*"
51+
"ui/**/*",
52+
"locales/**/*"
5253
],
5354
"protocols": [
5455
{

0 commit comments

Comments
 (0)