Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
adding prettier ignore
Browse files Browse the repository at this point in the history
should make sure that our JSON-lanf doesn't break
  • Loading branch information
Idrinth authored May 2, 2017
1 parent 83ef421 commit a993e28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mods/text.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,12 @@ idrinth.text = {
true
);
},
// prettier-ignore
/**
* See languages/en.json for an example
* @type {object}
*/
data: JSON.parse("###LANG###"),
data: JSON.parse('###LANG###'),
/**
* returns the translation of a provided key or an error-message if no
* matching translation is found
Expand Down

0 comments on commit a993e28

Please sign in to comment.