Skip to content

Commit 2a3704d

Browse files
committed
Update locale
1 parent 5a6ef09 commit 2a3704d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docx.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ var DOCXjs = function() {
5353
output += '<w:p w:rsidR="001A6335" w:rsidRDefault="00EA68DC" w:rsidP="00EA68DC">';
5454
output += '<w:r w:rsidRPr="00C703AC">';
5555
output += '<w:rPr>';
56-
output += '<w:lang w:val="es-ES_tradnl"/>';
56+
output += '<w:lang w:val="en-GB_tradnl"/>';
5757
output += '</w:rPr>';
5858
output += '<w:t xml:space="preserve">';
5959
output += textElements[textElement];

test.html

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ <h1>DOCX.js Test Page</h1>
4141
var doc = new DOCXjs();
4242
doc.text('DOCX.js is a free open source library for generating Microsoft Word Documents using pure client-side JavaScript.');
4343
doc.text('It was developed by James Hall at Snapshot Media.');
44-
4544
var output = doc.output('datauri');
4645

4746
}

0 commit comments

Comments
 (0)