Skip to content

Commit

Permalink
docs: Small fixes in 015.php in localization.rst
Browse files Browse the repository at this point in the history
Small fixes in 015.php in localization.rst
  • Loading branch information
obozdag authored Apr 21, 2024
1 parent 971b0da commit daaf70e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion user_guide_src/source/outgoing/localization/015.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@
// Displays "34 is thirty-four"
echo lang('Tests.spelledOut', [34]);

// Displays "The ordinal is 1.234.567."
echo lang('Tests.ordinal', [1234567]);

// Displays "It has been 408,676:24:35"
echo lang('Tests.ordinal', [time()]);
echo lang('Tests.duration', [time()]);

0 comments on commit daaf70e

Please sign in to comment.