readme.md in Block Animations, Motion & Scroll Effects – Ghost Kit 3.4.1, at languages/readme.md
| 1 | # Translation JS |
| 2 | |
| 3 | Available filenames for translation: |
| 4 | |
| 5 | * `ghostkit-en_US-ghostkit-block-countdown.json` |
| 6 | * `ghostkit-en_US-ghostkit-editor.json` |
| 7 | * `ghostkit-en_US-ghostkit-settings.json` |
| 8 | |
| 9 | JSON content example: |
| 10 | |
| 11 | { |
| 12 | "domain": "ghostkit", |
| 13 | "locale_data": { |
| 14 | "ghostkit": { |
| 15 | "": { |
| 16 | "domain": "ghostkit" |
| 17 | }, |
| 18 | "Number Font Size": [ |
| 19 | "Number Font Size Translated" |
| 20 | ], |
| 21 | "Display Units": [ |
| 22 | "Display Units Translated" |
| 23 | ] |
| 24 | } |
| 25 | } |
| 26 | } |
| 27 |