Skip to content

Commit

Permalink
[#62] make I18n4kExtension.commentLocale writeable
Browse files Browse the repository at this point in the history
  • Loading branch information
comahe-de committed Mar 26, 2024
1 parent 5c094b4 commit 5c5de9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ open class I18n4kExtension {
*
* Default: "en"
*/
val commentLocale: String? = "en"
var commentLocale: String? = "en"

/** For which locale tags ([toTag]) an source code language mapping should be produced.
*
Expand Down

0 comments on commit 5c5de9f

Please sign in to comment.