Sync. dependencies before an important bugfix.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2019-05-06 20:00:24 +00:00
parent 169fd2246e
commit e6e6cab519
1 changed files with 11 additions and 0 deletions

View File

@ -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