0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 10:32:39 +00:00

add lang property to brewRender and metadataEditor

This commit is contained in:
Gazook89
2022-09-21 13:25:40 -05:00
parent bce7cf41af
commit 4dc1a60934
2 changed files with 5 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ const MetadataEditor = createClass({
systems : [],
renderer : 'legacy',
theme : '5ePHB',
lang : 'en'
lang : ''
},
onChange : ()=>{}
};