core/homeassistant/components/reolink
Øyvind Matheson Wergeland fdef3ece13
Fix placeholder quotes (#114974)
* When quoting placeholders, always use double quotes so Lokalise recognizes the placeholder.

* Ensure that strings does not contain placeholders in single quotes.

* Avoid redefining value

* Moved string_with_no_placeholders_in_single_quotes

* Define regex once

* Fix tests
2024-04-06 13:01:56 +02:00
..
__init__.py
binary_sensor.py
button.py
camera.py
config_flow.py
const.py
diagnostics.py
entity.py
exceptions.py
host.py Enable ruff TRY401 (#114395) 2024-03-29 07:20:36 +01:00
icons.json
light.py
manifest.json
media_source.py Fix reolink media source data access (#114593) 2024-04-02 00:14:13 +02:00
number.py
select.py
sensor.py
services.yaml
siren.py
strings.json Fix placeholder quotes (#114974) 2024-04-06 13:01:56 +02:00
switch.py
update.py
util.py