You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
715 B
27 lines
715 B
# Copyright 2023-2024 New Vector Ltd. |
|
# |
|
# SPDX-License-Identifier: AGPL-3.0-only |
|
# Please see LICENSE in the repository root for full details. |
|
|
|
# This file list String which are not allowed in resource. |
|
# Use Perl regex to write forbidden strings |
|
# Note: line cannot start with a space. Use \s instead. |
|
# It is possible to specify an authorized number of occurrence with === suffix. Default is 0 |
|
# Example: |
|
# AuthorizedStringThreeTimes===3 |
|
|
|
# Extension:xml |
|
|
|
### Empty tag detected. Empty translation or plurals? |
|
"></ |
|
">""</ |
|
|
|
### Rubbish from merge. Please delete those lines (sometimes in comment) |
|
<<<<<<< |
|
>>>>>>> |
|
|
|
### "DO NOT COMMIT" has been committed |
|
DO NOT COMMIT |
|
|
|
### Tab char is forbidden. Use only spaces |
|
\t
|
|
|