Patua

Macanese language-Article

Macanese language by Jorge Remedios Macanese or Macao Creole (Patuá to its speakers) is a creole language derived mainly from Malay, Sinhalese, Cantonese, and Portuguese, which was originally spoken by the Macanese community of the Portuguese colony of Macao. It is now spoken by only a few families in Macao and in the Macanese diaspora. […]

Macanese language-Article Read More »

PatuaVerses1

Patua Verses and Riddles The booklet on the patuá (Papiá Cristám di Macau) by the eminent scholar, José “Adé” dos Santos Ferreira, included a lexicon. At the start of each letter of the alphabet was a patuá verse and its Portuguese translation. These verses are reproduced here, with English translation added. Graciete Nogueira Batalha (GNB), in

PatuaVerses1 Read More »

Patua Verses

Patuá verses and riddles There were relatively few writings in the patuá (the dialect of Macau); many of these were poems or riddles.  We reproduce here some of them.  Here are two from José “Adé” dos Santos Ferreira. José “Adé” dos Santos Ferreira also published the following poem, which is reproduced here with an attempt

Patua Verses Read More »

Patua-Dictionary

Patuá Dictionary The dialect of Macau was documented by Graciete Batalha and more recently in an excellent booklet by Miguel de Senna Fernandes and Alan Baxter, which included a lexicon which has been reproduced here with audio from the late Mariazinha Machado. Read more about the patuá. Lexicon A B C D E F G

Patua-Dictionary Read More »

1
function special_tooltip_shortcode($atts) { // Default attributes $atts = shortcode_atts(array( 'keyword' => 'Test Tooltip', 'id' => '123', 'items' => '', ), $atts); // Escape output $keyword = esc_html($atts['keyword']); $id = (int) $atts['id']; // Clean items: remove empty lines $lines = preg_split('/\r\n|\r|\n/', $atts['items']); $clean_lines = array_filter(array_map('trim', $lines)); // Trim each line, remove empty $items = ''; foreach ($clean_lines as $line) { $items .= esc_html($line) . '
'; } // Fixed base URL $url = "https://www.macaneselibrary.org/macfams/priv/english/"; // Build output $output = "
{$keyword} #{$id}
{$keyword} #{$id} {$items} Details are in the private website: Already logged in?
Register or login?
"; return $output; } add_shortcode('specialtooltip', 'special_tooltip_shortcode');