Adding Finnish changelog to Sandstorm.

This commit is contained in:
Lauri Ojansivu 2018-02-15 23:47:55 +02:00
parent 3b202c284a
commit cd012954e9
2 changed files with 16 additions and 0 deletions

View file

@ -90,6 +90,7 @@ const pkgdef :Spk.PackageDefinition = (
defaultText = embed "CHANGELOG.md",
localizations = [
(locale = "fr", text = embed "meta/t9n-changelog/fr.md"),
(locale = "fi", text = embed "meta/t9n-changelog/fi.md"),
],
)
)