Skip to content

Commit

Permalink
added 2nd calulator sample
Browse files Browse the repository at this point in the history
  • Loading branch information
arpavan committed Jul 20, 2023
1 parent 0fbc771 commit a11f017
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added samples/calculator/Calculator2_1_0_0_2.zip
Binary file not shown.
6 changes: 6 additions & 0 deletions samples/calculator/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Different Variants of the Calculator Sample

The Calculator sample has two variants - one for `en-US` and another for locales that use commas `","` and periods `"."` differently. See below for usage -

1. The [testPlan.fx.yaml](testPlan.fx.yaml) sample supports the default number representation and is to be used with the [Calculator_1_0_0_1.zip](Calculator_1_0_0_1.zip) solution.
1. The [testPlanWithCommaForDecimal.fx.yaml](testPlanWithCommaForDecimal.fx.yaml) sample uses commas `","` for decimals and periods `"."` for thousand separator and supports locales such as some EU locales where this number format is used. This sample is to be used with the [Calculator2_1_0_0_2.zip](Calculator2_1_0_0_2.zip) solution to support this variation.

0 comments on commit a11f017

Please sign in to comment.