Skip to content

Commit

Permalink
Add Urdu (ur) Translation (#1131)
Browse files Browse the repository at this point in the history
* urdu translation

* urdu translation

* complete urdu translation

* fix images

* add ur language support

* Add Urdu (ur) Translation

* Add (ur) urdu translatin in config

* fix: build error

* fix the code

---------

Co-authored-by: Sander Schulhoff <sanderschulhoff@gmail.com>
  • Loading branch information
AsharibAli and trigaten committed Feb 29, 2024
1 parent a60b2c7 commit 2412471
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 6 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,17 @@ async function createConfig() {
"de",
"uk",
"id",
"ur",
],
localeConfigs: {
'zh-tw': {
label: '繁體中文',
direction: 'ltr',
},
'ur': {
label: 'اردو',
direction: 'rtl',
},
},
},
scripts: [
Expand Down Expand Up @@ -262,4 +267,4 @@ async function createConfig() {
};
}

module.exports = createConfig;
module.exports = createConfig;
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ sidebar_position: 1
دور دراز کے کام کے بارے میں ٹویٹر کے صارفین نے جلدی سے اندازہ لگا لیا کہ وہ اپنے ٹیکسٹ کو اس میں داخل کر سکتے ہیں۔
bot اسے حاصل کرنے کے لئے جو کچھ وہ چاہتے ہیں کہنے کے لئے۔


'@site/docs/assets/jailbreak/injection_job.webp' سے امیج درآمد کریں؛

<div style={{textAlign: 'center'}}>
<img src={Image} اسٹائل={{چوڑائی: "500px"}}/>
</div>

اس کے کام کرنے کی وجہ یہ ہے کہ `remoteli.io` صارف کی ٹویٹ لیتا ہے اور اسے جوڑتا ہے۔
حتمی پرامپٹ بنانے کے لیے ان کے اپنے اشارے کے ساتھ کہ وہ ایل ایل ایم میں پاس ہوتے ہیں۔ اس کا مطلب ہے کہ
ٹویٹر صارف اپنے ٹویٹ میں جو بھی ٹیکسٹ داخل کرے گا اسے LLM میں منتقل کر دیا جائے گا۔
Expand Down

0 comments on commit 2412471

Please sign in to comment.