Skip to content

Commit 9f68301

Browse files
committed
Add AI disclaimer and documentation in README.md.
1 parent 1779dac commit 9f68301

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

scripts/README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1-
# Using scripts
1+
# 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`
29

310
See the `themeMap` in `app/configurations/config.default.js` for configuration options.
411

5-
## Before using
12+
### Before using
613
```
714
source ui.sh
815
```
9-
## Usage examples
16+
### Usage examples
1017

1118
Using remote instance of OTP with subscription key:
1219
```

scripts/sort-translations.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env node
22
/* eslint-disable no-console */
33

4+
// THIS FILE IS AI GENERATED!
5+
46
const fs = require('fs');
57
const path = require('path');
68
const vm = require('vm');

0 commit comments

Comments
 (0)