Skip to content

Commit

Permalink
fix: 'iw' is a RTL language
Browse files Browse the repository at this point in the history
Alias for Hebrew, Android needs both 'iw' and 'heb'

cause: 0f795ce
  • Loading branch information
david-allison authored and BrayanDSO committed May 4, 2024
1 parent 19acfe0 commit 47f4d91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package com.ichi2.anki.lint.utils.ext

import com.android.tools.lint.detector.api.XmlContext

private val rtlLanguages = listOf("ar", "ckb", "fa", "heb", "ur")
private val rtlLanguages = listOf("ar", "ckb", "fa", "heb", "iw", "ur")
.map { "values-$it" }
.toHashSet()

Expand Down

0 comments on commit 47f4d91

Please sign in to comment.