Skip to content

Commit

Permalink
fix: resolve language params warning when using hugo v0.112+ (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
deining authored Jul 18, 2024
1 parent 4435557 commit 9ac9117
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exampleSite/config/_default/languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ contentDir = "content/english"

[ar]
title = "فلانة الفلانية"
description = "أنا أعمل كمطورة ويب في شركة س"
contentDir = "content/arabic"
weight = 2
LanguageDirection = "rtl"
LanguageName = "AR"
[ar.params]
description = "أنا أعمل كمطورة ويب في شركة س"

0 comments on commit 9ac9117

Please sign in to comment.