@spinajs/intl-orm 2.0.491 → 2.0.494
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -16
- package/lib/tsconfig.cjs.tsbuildinfo +1 -1
- package/lib/tsconfig.mjs.tsbuildinfo +1 -1
- package/package.json +68 -66
package/README.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
# `intl-orm`
|
|
2
|
-
|
|
3
|
-
> TODO: description
|
|
4
|
-
|
|
5
|
-
## Usage
|
|
6
|
-
|
|
7
|
-
```
|
|
8
|
-
const intlOrm = require('intl-orm');
|
|
9
|
-
|
|
10
|
-
// TODO: DEMONSTRATE API
|
|
11
|
-
```
|
|
12
|
-
## TODO
|
|
13
|
-
* Translate many to many relations
|
|
14
|
-
* Translate belongsTo relations
|
|
15
|
-
* Clear translations
|
|
16
|
-
* OnDelete delete translations
|
|
1
|
+
# `intl-orm`
|
|
2
|
+
|
|
3
|
+
> TODO: description
|
|
4
|
+
|
|
5
|
+
## Usage
|
|
6
|
+
|
|
7
|
+
```
|
|
8
|
+
const intlOrm = require('intl-orm');
|
|
9
|
+
|
|
10
|
+
// TODO: DEMONSTRATE API
|
|
11
|
+
```
|
|
12
|
+
## TODO
|
|
13
|
+
* Translate many to many relations
|
|
14
|
+
* Translate belongsTo relations
|
|
15
|
+
* Clear translations
|
|
16
|
+
* OnDelete delete translations
|
|
17
17
|
* Check if exists translation
|