8000 [WIP] Faster & Better OldTwitter by Ristellise · Pull Request #1055 · dimdenGD/OldTwitter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[WIP] Faster & Better OldTwitter #1055

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 31 commits into from
Jul 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
bd4f379
Wrap console.log within developerMode & sendMessage for MediaTweets:
Ristellise May 12, 2025
b540ec9
Extract appendTweet massive blob into seperate script & update purify js
Ristellise May 12, 2025
47e2d7b
Begin Templatify-html elements
Ristellise May 13, 2025
b500ad2
More elementSafeties & work on tweetConstructor
Ristellise May 13, 2025
fad784c
Convert more quote code to templated versions
Ristellise May 14, 2025
104f00d
Execute Operation Prettier!
Ristellise May 14, 2025
0297407
Bump minor?
Ristellise May 14, 2025
60d34dd
Bugfixes, WIP Code & Twemoji:
Ristellise May 15, 2025
6cd63ff
Added more features to TinyDomBuilder, more conversions:
Ristellise May 15, 2025
e18b751
Merge branch 'master' of https://github.com/dimdenGD/OldTwitter
Ristellise May 23, 2025
880037b
Merge in and fix.
Ristellise Jun 7, 2025
1fcd0bd
Templating works & visual fixes:
Ristellise Jun 8, 2025
0d987df
Templatify mentionedUserText
Ristellise Jun 8, 2025
6cde4b0
middle alignment for emojis, add tdeb.js
Ristellise Jun 8, 2025
c0b9c34
Some more quote works... Though I'm missing something here.
Ristellise Jun 8, 2025
ecca169
Potentially fix replying_to_user localization
Ristellise Jun 9, 2025
2001d74
JS Shenanigans
Ristellise Jun 9, 2025
15d74a8
Templatify interactions
Ristellise Jun 9, 2025
144d856
Final-ish templating conversion
Ristellise Jun 9, 2025
0c747f2
Minor cleanup
Ristellise Jun 9, 2025
c750c81
Merge branch 'master' of https://github.com/dimdenGD/OldTwitter
Ristellise Jun 9, 2025
2cdcbb2
Migrate link colours to slow link colours.
Ristellise Jun 9, 2025
11af2ad
Added date & time formatters
Ristellise Jun 9, 2025
bb61bcd
Revert some transition changes.
Ristellise Jun 10, 2025
27e66b3
Fix missing controls in video, also fix crossOrigin not being correct…
Ristellise Jun 16, 2025
a507c81
Fixed missing views classes
Ristellise Jun 25, 2025
6b31d6f
prettify to 4 spaces.
Ristellise Jun 28, 2025
5a6aa92
Fix missing "tweet-footer-favorites" element
Ristellise Jun 28, 2025
9d87f5d
favorited -> bookmarked
Ristellise Jun 29, 2025
0f57e70
Fixup locale.
Ristellise Jun 29, 2025
dd3feeb
Remove accidental timing data.
Ristellise Jun 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions LIBRARIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@ Repo: https://github.com/catdad/tiny.toast/tree/4ec659d3444cd33cc1b0a8b6acb82a5d
Direct URL: https://www.kirilv.com/tiny.cdn/lib/toast/1.0.0/toast.min.js

### Twemoji
File: `libraries/twemoji.js`
Repo: https://github.com/twitter/twemoji/tree/d94f4cf793e6d5ca592aa00f58a88f6a4229ad43
Direct URL: *No official build provided, need to build it yourself*
Build notes: Build using `npm run build`
File: `libraries/twemoji.min.js`
Repo: https://github.com/jdecked/twemoji/releases/tag/v16.0.1
Direct URL: https://cdn.jsdelivr.net/npm/@twemoji/api@16.0.1/dist/twemoji.min.js

### twitter-text-js
File: `libraries/twitter-text.js`
Expand Down
2 changes: 1 addition & 1 deletion _locales/ar/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
"algo": { "message": "حسابي" },
"timeline_type": { "message": "الجدول الزمني نوع" },
"show_topic_tweets": { "message": "عرض الموضوع تغريدات (algo فقط)" },
"show_colors_in_timeline": { "message": "عرض ألوان الارتباط المخصصة للمستخدمين في المخطط الزمني الرئيسي" },
"slow_show_colors_in_timeline": { "message": "Show custom link colors of users in home timeline (This can cause slow downs on some devices!)" },
"enable_twemoji": { "message": "تمكين Twemoji" },
"hearts_instead_stars": { "message": "إظهار القلوب (أعجبني) بدلاً من النجوم (المفضلة)" },
"dark_mode": { "message": "النسق الداكن" },
Expand Down
2 changes: 1 addition & 1 deletion _locales/bg/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"algo": { "message": "Алгоритмично" },
"timeline_type": { "message": "Тип на лента" },
"show_topic_tweets": { "message": "Покажи тематични туитове (само алгоритмично)" },
"show_colors_in_timeline": { "message": "Покажи потребителски цветове в лентата" },
"slow_show_colors_in_timeline": { "message": "Show custom link colors of users in home timeline (This can cause slow downs on some devices!)" },
"enable_twemoji": { "message": "Включи Twemoji" },
"hearts_instead_stars": { "message": "Покажи сърца (харесвания) вместо звездички (любими)" },
"dark_mode": { "message": "Тъмна тема" },
Expand Down
2 changes: 1 addition & 1 deletion _locales/ca/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"algo": { "message": "Algorítmic V1 (sense límit de velocitat)" },
"timeline_type": { "message": "Tipus de cronologia" },
"show_topic_tweets": { "message": "Mostra els tuits relacionats (només algo)" },
"show_colors_in_timeline": { "message": "Mostra enllaços amb colors personalitzats dels usuaris a Inici" },
"slow_show_colors_in_timeline": { "message": "Show custom link colors of users in home timeline (This can cause slow downs on some devices!)" },
"enable_twemoji": { "message": "Activar Twemoji" },
"hearts_instead_stars": { "message": "Mostra cors (M'agrades) en lloc d'estrelles (Preferits)" },
"dark_mode": { "message": "Mode fosc" },
Expand Down
2 changes: 1 addition & 1 deletion _locales/cs/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"algo": { "message": "Algoritmicky" },
"timeline_type": { "message": "Typ časové osy" },
"show_topic_tweets": { "message": "Zobrazovat tematické tweety (pouze algoritmicky)" },
"show_colors_in_timeline": { "message": "Zobrazovat vlastní barvy odkazů na domovské stránce" },
"slow_show_colors_in_timeline": { "message": "Show custom link colors of users in home timeline (This can cause slow downs on some devices!)" },
"enable_twemoji": { "message": "Povolit Twemoji" },
"hearts_instead_stars": { "message": "Zobrazit srdíčka (lajky) namísto hvězd (oblíbené)" },
"dark_mode": { "message": "Tmavý režim" },
Expand Down
2 changes: 1 addition & 1 deletion _locales/de/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"algo": {"message": "Algorithmisch V1 (ohne Ratenbegrenzung)"},
"timeline_type": {"message": "Zeitlinientyp"},
"show_topic_tweets": {"message": "Themen-Tweets anzeigen (nur Algorithmisch)"},
"show_colors_in_timeline": {"message": "Benutzerdefinierte Linkfarben in der Startzeitachse anzeigen"},
"slow_show_colors_in_timeline": { "message": "Show custom link colors of users in home timeline (This can cause slow downs on some devices!)" },
"enable_twemoji": {"message": "Twemoji aktivieren"},
"hearts_instead_stars": {"message": "Herzen (Likes) statt Sterne (Favoriten) anzeigen"},
"dark_mode": {"message": "Dunkler Modus"},
Expand Down
4 changes: 2 additions & 2 deletions _locales/el/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -559,8 +559,8 @@
"show_topic_tweets": {
"message": "Εμφάνιση θεματικών tweets (μόνο algo)"
},
"show_colors_in_timeline": {
"message": "Εμφάνιση προσαρμοσμένων χρωμάτων συνδέσμων χρηστών στο αρχικό χρονολογικό"
"slow_show_colors_in_timeline": {
"message": "Show custom link colors of users in home timeline (This can cause slow downs on some devices!)"
},
"enable_twemoji": {
"message": "Ενεργοποιήστε Twemoji"
Expand Down
2 changes: 1 addition & 1 deletion _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"algo": { "message": "Algorithmical" },
"timeline_type": { "message": "Timeline type" },
"show_topic_tweets": { "message": "Show topic tweets (algo only)" },
"show_colors_in_timeline": { "message": "Show custom link colors of users in home timeline" },
"slow_show_colors_in_timeline": { "message": "Show custom link colors of users in home timeline (This can cause slow downs on some devices!)" },
"always_show_link_color": { "message": "Always show custom link colors instead of on hover" },
"enable_twemoji": { "message": "Enable Twemoji" },
"hearts_instead_stars": { "message": "Show hearts (likes) instead of stars (favorites)" },
Expand Down
2 changes: 1 addition & 1 deletion _locales/es/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"algo": { "message": "Por algoritmo" },
"timeline_type": { "message": "Tipo de cronología" },
"show_topic_tweets": { "message": "Mostrar tweets relacionados (solo por algoritmo)" },
"show_colors_in_timeline": { "message": "Mostrar enlaces con colores personalizados de los usuarios en Inicio" },
"slow_show_colors_in_timeline": { "message": "Show custom link colors of users in home timeline (This can cause slow downs on some devices!)" },
"enable_twemoji": { "message": "Activar Twemoji" },
"hearts_instead_stars": { "message": "Mostrar corazones (Me gusta) en lugar de estrellas (Favorito)" },
"dark_mode": { "message": "Modo oscuro" },
Expand Down
2 changes: 1 addition & 1 deletion _locales/fi/messages.json
F438
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"algo": { "message": "Algoritminen" },
"timeline_type": { "message": "Aikajanatyyppi" },
"show_topic_tweets": { "message": "Näytä aiheen twiitit (vain algo)" },
"show_colors_in_timeline": { "message": "Näytä käyttäjien mukautetut linkkien värit aikajanalla" },
"slow_show_colors_in_timeline": { "message": "Show custom link colors of users in home timeline (This can cause slow downs on some devices!)" },
"enable_twemoji": { "message": "Käytä Twemojia" },
"hearts_instead_stars": { "message": "Näytä sydämet (tykkäykset) tähtien (suosikit) sijasta" },
"dark_mode": { "message": "Tumma tila" },
Expand Down
2 changes: 1 addition & 1 deletion _locales/fr/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"algo": { "message": "Algorithmique" },
"timeline_type": { "message": "Type de chronologie" },
"show_topic_tweets": { "message": "Afficher les tweets de sujet (algorithme seulement)" },
"show_colors_in_timeline": { "message": "Afficher les couleurs des liens des utilisateurs dans la chronologie d'accueil" },
"slow_show_colors_in_timeline": { "message": "Show custom link colors of users in home timeline (This can cause slow downs on some devices!)" },
"always_show_link_color": { "message": "Toujours afficher les couleurs des liens personnalisés plutôt que de les afficher au survol" },
"enable_twemoji": { "message": "Activer Twemoji" },
"hearts_instead_stars": { "message": "Afficher des cœurs (J'aime) à la place d'étoiles (Favoris)" },
Expand Down
2 changes: 1 addition & 1 deletion _locales/gl/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"algo": { "message": "Algorítmico" },
"timeline_type": { "message": "Tipo de cronoloxía" },
"show_topic_tweets": { "message": "Amosar chíos de temas (só algorítmico)" },
"show_colors_in_timeline": { "message": "Amosar cores de ligazóns personalizadas dos usuarios na cronoloxía principal" },
"slow_show_colors_in_timeline": { "message": "Show custom link colors of users in home timeline (This can cause slow downs on some devices!)" },
"always_show_link_color": { "message": "Amosar sempre cores de ligazóns personalizadas en lugar de só ao pasar o rato" },
"enable_twemoji": { "message": "Activar Twemoji" },
"hearts_instead_stars": { "message": "Amosar corazóns (gústame) en lugar de estrelas (favoritos)" },
Expand Down
4 changes: 2 additions & 2 deletions _locales/he/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,8 @@
"show_topic_tweets": {
"message": "הצג ציוצי נושא (אלגוריתמי בלבד) "
},
"show_colors_in_timeline": {
"message": "הצג קישור צבע מותאם אישית של משתמשים בציר זמן דף הבית "
"slow_show_colors_in_timeline": {
"message": "Show custom link colors of users in home timeline (This can cause slow downs on some devices!)"
},
"enable_twemoji": {
"message": "הפעל Twemoji"
Expand Down
2 changes: 1 addition & 1 deletion _locales/id/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"algo": { "message": "Algoritmik" },
"timeline_type": { "message": "Tipe linimasa" },
"show_topic_tweets": { "message": "Tampilkan tweet bertopik (algo saja)" },
"show_colors_in_timeline": { "message": "Perlihatkan warna tautan khusus pengguna di linimasa beranda" },
"slow_show_colors_in_timeline": { "message": "Show custom link colors of users in home timeline (This can cause slow downs on some devices!)" },
"always_show_link_color": { "message": "Selalu tampilkan warna tautan khusus, bukan saat diarahkan pointer tetikus" },
"enable_twemoji": { "message": "Gunakan Twemoji" },
"hearts_instead_stars": { "message": "Tampilkan hati (likes) instead of stars (favorites)" },
Expand Down
2 changes: 1 addition & 1 deletion _locales/is/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"algo": { "message": "Reikniritlegur" },
"timeline_type": { "message": "Tegund tímalínu" },
"show_topic_tweets": { "message": "Sýna tíst um efni (aðeins reiknirit)" },
"show_colors_in_timeline": { "message": "Sýndu sérsniðna tenglaliti notenda á tímalínunni heima" },
"slow_show_colors_in_timeline": { "message": "Show custom link colors of users in home timeline (This can cause slow downs on some devices!)" },
"enable_twemoji": { "message": "Virkja Twemoji" },
"hearts_instead_stars": { "message": "Sýna hjörtu (líkar) í stað stjarna (uppáhalds)" },
"dark_mode": { "message": "Dökkstilling" },
Expand Down
2 changes: 1 addition & 1 deletion _locales/it/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"algo": { "message": "Algoritmico" },
"timeline_type": { "message": "Tipo di timeline" },
"show_topic_tweets": { "message": "Mostra tweet topici (solo per timeline algoritmica)" },
"show_colors_in_timeline": { "message": "Mostra i colori personalizzati dei link degli utenti nella timeline della home" },
"slow_show_colors_in_timeline": { "message": "Show custom link colors of users in home timeline (This can cause slow downs on some devices!)" },
"enable_twemoji": { "message": "Attiva Twemoji" },
"hearts_instead_stars": { "message": "Mostra cuori (like) invece di stelle (preferiti)" },
"dark_mode": { "message": "Modalità scura" },
Expand Down
2 changes: 1 addition & 1 deletion _locales/ja/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"algo": { "message": "あなたへのおすすめ" },
"timeline_type": { "message": "タイムラインの種類" },
"show_topic_tweets": { "message": "トピックツイートの表示(あなたへのおすすめのみ)" },
"show_colors_in_timeline": { "message": "ユーザーがカスタマイズしたプロフィールのリンクカラーを適用する" },
"slow_show_colors_in_timeline": { "message": "Show custom link colors of users in home timeline (This can cause slow downs on some devices!)" },
"enable_twemoji": { "message": "Twitter絵文字ライブラリの有効化" },
"hearts_instead_stars": { "message": "お気に入りをいいねに変更する" },
"dark_mode": { "message": "ダークモード" },
Expand Down
2 changes: 1 addition & 1 deletion _locales/ko/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"algo": { "message": "맞춤 트윗 (추천 V1) (리밋 없음)" },
"timeline_type": { "message": "타임라인의 종류" },
"show_topic_tweets": { "message": "토픽 트윗을 표시합니다 (나를 위한 추천 전용)" },
"show_colors_in_timeline": { "message": "홈 타임라인에 커스텀 링크 색상을 적용합니다" },
"slow_show_colors_in_timeline": { "message": "Show custom link colors of users in home timeline (This can cause slow downs on some devices!)" },
"always_show_link_color": { "message": "마우스를 올리지 않아도 항상 사용자 지정 링크 색상을 사용합니다" },
"enable_twemoji": { "message": "트위터 이모티콘을 사용합니다" },
"hearts_instead_stars": { "message": "별(관심글) 대신 하트(마음에 들어요)를 표시합니다" },
Expand Down
4 changes: 2 additions & 2 deletions _locales/lv/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -566,8 +566,8 @@
"show_topic_tweets": {
"message": "Rādīt tēmu tvītus (tikai algo)"
},
"show_colors_in_timeline": {
"message": "Rādīt pielāgotas lietotāju saišu krāsas sākuma feeda"
"slow_show_colors_in_timeline": {
"message": "Show custom link colors of users in home timeline (This can cause slow downs on some devices!)"
},
"enable_twemoji": {
"message": "Iezlēgt Twemoji"
Expand Down
2 changes: 1 addition & 1 deletion _locales/nb/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"algo": { "message": "Algorytmisk" },
"timeline_type": { "message": "Tidslinjetype" },
"show_topic_tweets": { "message": "Vis emne-tweets (kun algorytmisk)" },
"show_colors_in_timeline": { "message": "Vis brukerdefinerte profilfarger i hjemmetidslinjen" },
"slow_show_colors_in_timeline": { "message": "Show custom link colors of users in home timeline (This can cause slow downs on some devices!)" },
"enable_twemoji": { "message": "Bruk Twemoji" },
"hearts_instead_stars": { "message": "Vis hjerter (likes) instedenfor stjerner (favoritter)" },
"dark_mode": { "message": "Mørk modus" },
Expand Down
2 changes: 1 addition & 1 deletion _locales/ne/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"algo": { "message": "एल्गोरिदमिकल" },
"timeline_type": { "message": "कस्तो खालको कलक्रम" },
"show_topic_tweets": { "message": "विषयको ट्वीट देखाउन (एल्गोरिदमिकल मात्रै)" },
"show_colors_in_timeline": { "message": "मान्छेहरूको अनुकूल रँग कलक्रममा देखाउन" },
"slow_show_colors_in_timeline": { "message": "Show custom link colors of users in home timeline (This can cause slow downs on some devices!)" },
"enable_twemoji": { "message": "Twemoji लगाउन" },
"hearts_instead_stars": { "message": "ताराहरू होइन मुटुहरू मात्रै देखाउन" },
"dark_mode": { "message": "अँधेरो मोड" },
Expand Down
2 changes: 1 addition & 1 deletion _locales/nl/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"algo": { "message": "Algoritmisch" },
"timeline_type": { "message": "Tijdlijn soort" },
"show_topic_tweets": { "message": "Toon onderwerp tweets (alleen algo)" },
"show_colors_in_timeline": { "message": "Toon aangepaste koppeling kleuren of gebruikers in thuis tijdlijn" },
"slow_show_colors_in_timeline": { "message": "Show custom link colors of users in home timeline (This can cause slow downs on some devices!)" },
"enable_twemoji": { "message": "Twemoji inschakelen" },
"hearts_instead_stars": { "message": "Toon hartjes (likes) inplaats van sterren (favorieten)" },
"dark_mode": { "message": "Dark mode" },
Expand Down
2 changes: 1 addition & 1 deletion _locales/pl/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"algo": { "message": "Algorytmiczna" },
"timeline_type": { "message": "Typ strony głównej" },
"show_topic_tweets": { "message": "Pokaż tweety Tematów (tylko algortym)" },
"show_colors_in_timeline": { "message": "Pokaż linki kolorów użytkowników na głównej" },
"slow_show_colors_in_timeline": { "message": "Show custom link colors of users in home timeline (This can cause slow downs on some devices!)" },
"enable_twemoji": { "message": "Włącz Twemoji" },
"hearts_instead_stars": { "message": "Wyświetl serduszka zamiast gwiazdek" },
"dark_mode": { "message": "Tryb ciemny" },
Expand Down
4 changes: 2 additions & 2 deletions _locales/pt_BR/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,8 @@
"show_topic_tweets": {
"message": "Mostrar tweets de tópicos (somente algoritmo)"
},
"show_colors_in_timeline": {
"message": "Mostrar links em cores de outros usuários"
"slow_show_colors_in_timeline": {
"message": "Show custom link colors of users in home timeline (This can cause slow downs on some devices!)"
},
"enable_twemoji": {
"message": "Usar Twemoji"
Expand Down
2 changes: 1 addition & 1 deletion _locales/ro/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"algo": { "message": "Algoritmic V1 (fără rate limiting)" },
"timeline_type": { "message": "Tip timeline" },
"show_topic_tweets": { "message": "Afișați tweet-uri din subiecte (doar algoritmic)" },
"show_colors_in_timeline": { "message": "Afișați culorile personalizate ale legăturilor utilizatorilor în cronologia de acasă" },
"slow_show_colors_in_timeline": { "message": "Show custom link colors of users in home timeline (This can cause slow downs on some devices!)" },
"enable_twemoji": { "message": "Activare Twemoji" },
"hearts_instead_stars": { "message": "Afișați inimioare (aprecieri) în loc de stele (favorite)" },
"dark_mode": { "message": "Mod întunecat" },
Expand Down
2 changes: 1 addition & 1 deletion _locales/ru/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"algo": { "message": "Алгоритмическая" },
"timeline_type": { "message": "Тип ленты" },
"show_topic_tweets": { "message": "Показывать твиты тем (только алгоритмическая)" },
"show_colors_in_timeline": { "message": "Показывать пользовательские цвета в ленте" },
"slow_show_colors_in_timeline": { "message": "Show custom link colors of users in home timeline (This can cause slow downs on some devices!)" },
"enable_twemoji": { "message": "Включить Twemoji" },
"hearts_instead_stars": { "message": "Показывать сердца (лайки) вместо звёзд (любимое)" },
"dark_mode": { "message": "Тёмная тема" },
Expand Down
2 changes: 1 addition & 1 deletion _locales/sv/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"algo": { "message": "Algoritmisk ordning" },
"timeline_type": { "message": "Typ av tidslinje" },
"show_topic_tweets": { "message": "Visa ämnesrelaterade Tweets (endast för algoritmisk ordning)" },
"show_colors_in_timeline": { "message": "Visa anpassade länkfärger i tidslinjen" },
"slow_show_colors_in_timeline": { "message": "Show custom link colors of users in home timeline (This can cause slow downs on some devices!)" },
"enable_twemoji": { "message": "Använd Twitters emojis" },
"hearts_instead_stars": { "message": "Visa hjärtan (gilla-markeringar) istället för stjärnor (favoritmarkeringar)" },
"dark_mode": { "message": "Mörkt läge" },
Expand Down
2 changes: 1 addition & 1 deletion _locales/th/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"algo": { "message": "ด้วยอัลกอริทึม" },
"timeline_type": { "message": "ชนิดของไทม์ไลน์" },
"show_topic_tweets": { "message": "เเสดงหัวข้อทวิต (อัลกอริทึ่มเท่านั้น)" },
"show_colors_in_timeline": { "message": "เเสดงสีลิ้งค์ที่กำหนดเอง ในไทม์ไลน์หน้าหลัก" },
"slow_show_colors_in_timeline": { "message": "Show custom link colors of users in home timeline (This can cause slow downs on some devices!)" },
"enable_twemoji": { "message": "เปิดใช้งาน Twemoji" },
"hearts_instead_stars": { "message": "เเสดงหัวใจ(ไลค์) เเทนดาว(ชื่นชอบ)" },
"dark_mode": { "message": "โหมดทมิฬ" },
Expand Down
Loading
0