mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
i18n
- Eliminated StringTable.{h,cpp}. - Eliminated strings.<locale> files. This is not the way to do it.
This commit is contained in:
parent
3cccdf722e
commit
c502f0216a
24 changed files with 99 additions and 807 deletions
|
@ -80,7 +80,7 @@ $output = qx{../src/task rc:limit.rc ls limit:3};
|
|||
like ($output, qr/^30 tasks, 3 shown$/ms, 'limited to 3');
|
||||
|
||||
$output = qx{../src/task rc:limit.rc ls limit:page};
|
||||
like ($output, qr/^30 tasks, truncated to 17 lines$/ms, 'limited to page');
|
||||
like ($output, qr/^30 tasks, truncated to 18 lines$/ms, 'limited to page');
|
||||
|
||||
# Cleanup.
|
||||
unlink 'pending.data';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue