templates/locales/en.yml in lita-4.0.4 vs templates/locales/en.yml in lita-4.1.0
- old
+ new
@@ -44,9 +44,14 @@
help:
join_key: join ROOM_ID
join_value: Makes the robot join the room with room ID ROOM_ID.
part_key: part ROOM_ID
part_value: Makes the robot part from the room with room ID ROOM_ID.
+ users:
+ find_empty_state: No matching users found.
+ help:
+ find_key: users find SEARCH_TERM
+ find_value: Find a Lita user by ID, name, or mention name.
adapter:
method_not_implemented: "This adapter has not implemented #%{method}."
missing_configs: "The following keys are required on config.adapter: %{configs}"
require_config_deprecated: >-
Lita::Adapter.require_config is deprecated and will be removed in Lita 5.0.