Skip to content

Commit e1f3bc1

Browse files
Add language info
1 parent 8b61df2 commit e1f3bc1

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
node_modules
66
public
77
vendor
8+
resources/languages/*.pot

resources/languages/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Languages
2+
=========
3+
4+
The generated POT template file is not included in this repository. To create this file locally, follow instructions from [CONTRIBUTING.md](https://github.com/bigboxwc/bigbox-theme/blob/master/CONTRIBUTING.md) to install the project, then run the following command:
5+
6+
```
7+
npm run setup-theme
8+
```
9+
10+
After the build completes, you'll find a `bigbox-wp-editor-page-template-class.pot` strings file in this directory.

0 commit comments

Comments
 (0)