commit
3f513ead4e
@ -0,0 +1 @@
|
||||
manual_settle.notice=Settlement will be made on second work day after submitted this application. Your balance will not update during this time.
|
@ -0,0 +1 @@
|
||||
manual_settle.notice=提现申请提交后会在第二个工作日到账,在此期间您的余额不会更新
|
@ -0,0 +1,23 @@
|
||||
package au.com.royalpay.payment.manage.valid;
|
||||
|
||||
/**
|
||||
* Create by yixian at 2018-03-21 10:36
|
||||
*/
|
||||
|
||||
import au.com.royalpay.payment.tools.locale.LocaleSupport;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
import org.springframework.test.context.ActiveProfiles;
|
||||
import org.springframework.test.context.junit4.SpringRunner;
|
||||
|
||||
@SpringBootTest
|
||||
@ActiveProfiles({ "local", "alipay", "wechat", "jd", "bestpay" })
|
||||
@RunWith(SpringRunner.class)
|
||||
public class TestI18N {
|
||||
|
||||
@Test
|
||||
public void test(){
|
||||
System.out.println("------------------------"+ LocaleSupport.localeMessage("manual_settle.notice"));
|
||||
}
|
||||
}
|
Loading…
Reference in new issue