From e6e6cab5198460aae9c096d98e216a995ca3cd1a Mon Sep 17 00:00:00 2001 From: Offray Luna Date: Mon, 6 May 2019 20:00:24 +0000 Subject: [PATCH] Sync. dependencies before an important bugfix. --- repository/Grafoscopio-Utils/PandocWork.class.st | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/repository/Grafoscopio-Utils/PandocWork.class.st b/repository/Grafoscopio-Utils/PandocWork.class.st index 6a37068..6c464a2 100644 --- a/repository/Grafoscopio-Utils/PandocWork.class.st +++ b/repository/Grafoscopio-Utils/PandocWork.class.st @@ -25,6 +25,17 @@ Class { #category : #'Grafoscopio-Utils' } +{ #category : #utilities } +PandocWork >> buildManifestFileForLanguage: anISOCode [ + "anISOCode is the ISO 639-1 two letters language code" + + | manifestFile | + manifestFile := (self rootFolder / anISOCode / 'manifest.ston') asFileReference ensureCreateFile. + self buildManifestForLanguage: 'es'. + GrafoscopioUtils exportAsSton: (self manifests at: anISOCode) on: manifestFile. + ^ manifestFile +] + { #category : #utlity } PandocWork >> buildManifestForLanguage: anISOCode [ self