We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
3127f56
filters
poEditorConfig
poEditor { apiToken = "your_api_token" projectId = 12345 defaultLang = "en" filters = ["translated", "not_fuzzy"] }
poEditor { apiToken = "your_api_token" projectId = 12345 defaultLang = "en" filters = listOf("translated", "not_fuzzy") }