forked from public/foundryvtt-wh4-lang-fr-fr
Add missing spells
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
package.path = package.path .. ";luajson/?.lua"
|
package.path = package.path .. ";luajson/?.lua"
|
||||||
local JSON = require"json"
|
local JSON = require"json"
|
||||||
|
|
||||||
local enjsonf = "../../WFRP-4th-Edition-FoundryVTT_2_SLADECRAVEN/lang/en.json"
|
local enjsonf = "../../WFRP4e-FoundryVTT/lang/en.json"
|
||||||
local frjsonf = "../fr.json"
|
local frjsonf = "../fr.json"
|
||||||
|
|
||||||
local fp = io.open(enjsonf, "r")
|
local fp = io.open(enjsonf, "r")
|
||||||
@@ -14,7 +14,7 @@ fp:close()
|
|||||||
|
|
||||||
for tag, value in pairs(entags) do
|
for tag, value in pairs(entags) do
|
||||||
if not frtags[tag] then
|
if not frtags[tag] then
|
||||||
print("Missing tag not found", tag, value)
|
print(tag, value)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user