Sync. dependencies before an important bugfix.
This commit is contained in:
parent
169fd2246e
commit
e6e6cab519
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user