mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-02-02 00:07:33 +00:00
* Locale support for sort operator * Add checkLanguageCode util function * Update docs & add language code validation * Replace multiple isDescending with reverse * Revert "Replace multiple isDescending with reverse" This reverts commit793177b8bc. * Simplify sortTiddler with Intl.Collator * Add change notes * Remove comment * Update makeCompareFunction to support locale * Update checkLanguageCode * Add locale support for sortsub * Add locale support for sort filter run prefix * Revert "Add locale support for sort filter run prefix" This reverts commit9479a156d7. * Remove checkLanguageCode Since filters are able to catch errors now * Update locale example * Revert " Add locale support for sortsub" This reverts commit4a617188fc. * Revert "Update makeCompareFunction to support locale" This reverts commit0ebca08036. * Update docs * Update change note
10 lines
383 B
Plaintext
10 lines
383 B
Plaintext
title: $:/changenotes/5.4.0/#9400
|
|
description: Add locale support for sort operators
|
|
release: 5.4.0
|
|
tags: $:/tags/ChangeNote
|
|
change-type: feature
|
|
change-category: filters
|
|
github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9400
|
|
github-contributors: Leilei332
|
|
|
|
Add a new parameter for `sort`, `nsort`, `sortan`, `sortcs` and `nsortcs` to support sorting with a custom locale. |