Commit 5157d246 authored by Balu Ertl's avatar Balu Ertl Committed by Balu Ertl
Browse files

Issue #3081667 by Balu Ertl: Update the README file

parent 21695262
Loading
Loading
Loading
Loading
+4 −21
Original line number Diff line number Diff line
Generating a dictionary based on multiple locales' collection found available.

Strings collected into separate lists in the following order:

| No. | Composition | Casing                        | Quantifier       |
| :-- | :---------- | :---------------------------- | :--------------- |
| 7   | two words   | both lower case               | singular         |
| 8   | two words   | both lower case               | plural           |
| 9   | two words   | both lower case               | with plural form |
|     |             |                               |                  |
| 10  | Two words   | first upper, then lower case  | singular         |
| 11  | Two words   | first upper, then lower case  | plural           |
| 12  | Two words   | first upper, then lower case  | with plural form |
|     |             |                               |                  |
| 13  | Two Words   | both upper case               | singular         |
| 14  | Two Words   | both upper case               | plural           |
| 15  | Two Words   | both upper case               | with plural form |
|     |             |                               |                  |
| 16  | two Words   | first lower, then upper case  | singular         |
| 17  | two Words   | first lower, then upper case  | plural           |
| 18  | two Words   | first lower, then upper case  | with plural form |
This project is not a regular module or theme for Drupal. Instead, it's special
purpose is to provide further groupings of UI strings helping translators
working on localize.drupal.org. For more details about see the documentation:
https://www.drupal.org/docs/8/modules/using-cat-tools-for-drupal.