mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
92e86702ea
commit
6019953769
2 changed files with 1 additions and 4 deletions
|
@ -1299,7 +1299,6 @@ Home.
|
|||
func TestDefaultContentLanguageInSubdirOnlyOneLanguage(t *testing.T) {
|
||||
|
||||
t.Run("One language, default in sub dir", func(t *testing.T) {
|
||||
t.Skip()
|
||||
t.Parallel()
|
||||
|
||||
files := `
|
||||
|
@ -1325,7 +1324,6 @@ Home.
|
|||
})
|
||||
|
||||
t.Run("Two languages, default in sub dir", func(t *testing.T) {
|
||||
t.Skip()
|
||||
t.Parallel()
|
||||
|
||||
files := `
|
||||
|
|
|
@ -102,9 +102,8 @@ func (p *Paths) Lang() string {
|
|||
return p.Cfg.Language().Lang
|
||||
}
|
||||
|
||||
// TODO1 check this.
|
||||
func (p *Paths) GetTargetLanguageBasePath() string {
|
||||
if len(p.Cfg.Languages()) > 1 {
|
||||
if p.Cfg.IsMultihost() {
|
||||
// In a multihost configuration all assets will be published below the language code.
|
||||
return p.Lang()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue