We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1779dac commit 9f68301Copy full SHA for 9f68301
2 files changed
scripts/README.md
@@ -1,12 +1,19 @@
1
-# Using scripts
+# Scripts
2
+
3
+## Using `sort-translations.js`
4
5
+This script sorts [`app/translations.js`](/app/translations.js).
6
+See the `sort-translations` and `format` scripts in [`package.json`](/package.json).
7
8
+## Using `ui.sh`
9
10
See the `themeMap` in `app/configurations/config.default.js` for configuration options.
11
-## Before using
12
+### Before using
13
```
14
source ui.sh
15
-## Usage examples
16
+### Usage examples
17
18
Using remote instance of OTP with subscription key:
19
scripts/sort-translations.js
@@ -1,6 +1,8 @@
#!/usr/bin/env node
/* eslint-disable no-console */
+// THIS FILE IS AI GENERATED!
const fs = require('fs');
const path = require('path');
const vm = require('vm');
0 commit comments