From 9309c0c5ff071e84733137570978c094363ee9ce Mon Sep 17 00:00:00 2001 From: Jierie Ezequiel Jacla Date: Thu, 11 Dec 2025 05:54:20 +0800 Subject: [PATCH] impr(quotes): add filipino quotes from literature (@AintJierie) (#7207) ### Description ### Checks - [x] Adding quotes? - [x] Make sure to include translations for the quotes in the description (or another comment) so we can verify their content. - [ ] Adding a language? - Make sure to follow the [languages documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LANGUAGES.md) - [ ] Add language to `packages/schemas/src/languages.ts` - [ ] Add language to exactly one group in `frontend/src/ts/constants/languages.ts` - [ ] Add language json file to `frontend/static/languages` - [ ] Adding a theme? - Make sure to follow the [themes documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/THEMES.md) - [ ] Add theme to `packages/schemas/src/themes.ts` - [ ] Add theme to `frontend/src/ts/constants/themes.ts` - [ ] Add theme css file to `frontend/static/themes` - [ ] Add some screenshot of the theme, especially with different test settings (colorful, flip colors) to your pull request - [ ] Adding a layout? - [ ] Make sure to follow the [layouts documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LAYOUTS.md) - [ ] Add layout to `packages/schemas/src/layouts.ts` - [ ] Add layout json file to `frontend/static/layouts` - [ ] Adding a font? - Make sure to follow the [themes documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/FONTS.md) - [ ] Add font file to `frontend/static/webfonts` - [ ] Add font to `packages/schemas/src/fonts.ts` - [ ] Add font to `frontend/src/ts/constants/fonts.ts` - [ ] Check if any open issues are related to this PR; if so, be sure to tag them below. - [ ] Make sure the PR title follows the Conventional Commits standard. (https://www.conventionalcommits.org for more info) - [ ] Make sure to include your GitHub username prefixed with @ inside parentheses at the end of the PR title. Closes # --- frontend/static/quotes/filipino.json | 54 ++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/frontend/static/quotes/filipino.json b/frontend/static/quotes/filipino.json index 6ceda1ff0..24f329b99 100644 --- a/frontend/static/quotes/filipino.json +++ b/frontend/static/quotes/filipino.json @@ -222,6 +222,60 @@ "source": "Si, Bob Ong", "length": 445, "id": 36 + }, + { + "text": "Mamamatay akong hindi man lang nakikita ang maningning na pagbubukang-liwayway sa aking Inang Bayan! Kayong makakakita, batiin ninyo siya at huwag kalilimutan ang mga nalugmok sa dilim ng gabi.", + "source": "Noli Me Tangere, Jose Rizal", + "length": 193, + "id": 37 + }, + { + "text": "Hikayatin mo lahat ng kakilala mo na magkaroon ng kahit isa man lang paboritong libro sa buhay nila. Dahil wala nang mas kawawa pa sa mga taong literado pero hindi nagbabasa.", + "source": "Stainless Longganisa, Bob Ong", + "length": 174, + "id": 38 + }, + { + "text": "Me quota ang pag-ibig. Sa bawat limang umiibig, isa lang ang magiging maligaya. Ang iba, iibig sa di sila iniibig. Iibig nang di natututo. O iibig sa wala. O di iibig kailanman.", + "source": "Para Kay B, Ricky Lee", + "length": 177, + "id": 39 + }, + { + "text": "O pagsintang labis na makapangyarihan, sampung mag-aama'y iyong nasasaklaw! 'Pag ikaw ang nasok sa puso ninuman, hahamaking lahat masunod ka lamang!", + "source": "Florante at Laura, Francisco Balagtas", + "length": 148, + "id": 40 + }, + { + "text": "Tama na sa akin 'yung maligaya ako paminsan-minsan. Para kapag malungkot ako, masasabi ko sa sarili ko: Minsan naman, maligaya rin ako.", + "source": "Bata, Bata... Pa'no Ka Ginawa?, Lualhati Bautista", + "length": 135, + "id": 41 + }, + { + "text": "Dalawang dekada ka lang mag-aaral. Kung di mo pagtitiyagaan, anak, limang dekada ng kahirapan ang kapalit. Sobrang lugi. Kung alam lang iyon ng mga kabataan, sa pananaw ko e walang gugustuhing umiwas sa eskwela.", + "source": "Stainless Longganisa, Bob Ong", + "length": 211, + "id": 42 + }, + { + "text": "Ang poot ay walang nililikha kundi mga dambuhala, mga kasamaan, mga salarin. Tanging ang tunay na pag-ibig lamang ang nakakalikha ng mga bagay na tunay na kahanga-hanga.", + "source": "El Filibusterismo, Jose Rizal", + "length": 169, + "id": 43 + }, + { + "text": "Ang hindi marunong lumingon sa pinanggalingan ay hindi makararating sa paroroonan.", + "source": "Salawikain", + "length": 82, + "id": 44 + }, + { + "text": "Aling pag-ibig pa ang hihigit kaya sa pagkadalisay at pagkadakila gaya ng pag-ibig sa tinubuang lupa? Aling pag-ibig pa? Wala na nga, wala.", + "source": "Pag-ibig sa Tinubuang Lupa, Andres Bonifacio", + "length": 139, + "id": 45 } ] }