mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Caption support (#2462)
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
10
vendor/github.com/asticode/go-astisub/language.go
generated
vendored
Normal file
10
vendor/github.com/asticode/go-astisub/language.go
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
package astisub
|
||||
|
||||
// Languages
|
||||
const (
|
||||
LanguageChinese = "chinese"
|
||||
LanguageEnglish = "english"
|
||||
LanguageFrench = "french"
|
||||
LanguageJapanese = "japanese"
|
||||
LanguageNorwegian = "norwegian"
|
||||
)
|
||||
Reference in New Issue
Block a user