Skip to main content
summaryrefslogtreecommitdiffstats
blob: 25ea10669ecbb969afdc0bc8deceb297668953e1 (plain) (blame)
1
2
3
4
5
6
7
8
package org.eclipse.fx.testcases.l10n.app;

public class SamplePartMessages {
	public String SimpleText;
	public String SimpleDateText;
	public String SimpleNumberText;
	public String CustFormatText;
}

Back to the top