@mostfeatured/dbi 0.0.32 → 0.0.33
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/package.json +1 -1
- package/readme.md +2 -0
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -249,6 +249,8 @@ Bir eşsiz özelliği daha sizlere sunuyoruz. Artık her kullanıcıya özel kom
|
|
|
249
249
|
<sub>`src/interactionlocales.js` dosyası:</sub>
|
|
250
250
|
|
|
251
251
|
```js
|
|
252
|
+
const dbi = require("../dbi");
|
|
253
|
+
|
|
252
254
|
dbi.register(({ InteractionLocale })=>{
|
|
253
255
|
InteractionLocale({
|
|
254
256
|
name: "cinsiyet seç",
|