This commit is contained in:
Moriz Wahl 2024-03-05 16:27:30 +01:00
parent 653e3de697
commit af3bda5d27

View File

@ -1,7 +1,7 @@
# normalize-locales.jq
#
# creates a copy of the structure of source and replaces the values
# by the corresponding value of target. If the key does not exist in target,
# by the corresponding values of target. If a key does not exist in target,
# the value is set to null.
#
# jq -n --argfile source en.json --argfile target es.json -f normalize-locales.jq