# pockingbird — example configuration (mirrors the built-in defaults).
# Report-only: pockingbird never edits .po files and always exits 0.
[]
# Glob patterns for catalogs, and directories pruned during the walk.
= ["**/*.po"]
= ["vendor", "node_modules", ".git"]
= ["."]
[]
# Locales to drop from the matrix entirely (by locale id).
= ["ch_CH"]
[]
# Match tiers, run independently: exact (trim), normalized, fuzzy (edit distance).
= ["exact"]
# Fuzzy clustering: Levenshtein radius and the min length to be eligible.
= 2
= 5
# Empty cells: "own" treats Empty as a token; "skip" drops it from the signature.
= "own"
# A key participates only with >= this many non-empty locales (the floor K).
= 6
[]
= true
= true
= true
[]
= "text"