feat(i18n): 支持参数传递
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
<view class="center flex-col mt-6">
|
||||
<view class="text-green-500">多语言测试</view>
|
||||
<view class="m-4">{{ $t('app.name') }}</view>
|
||||
<view class="m-4">{{ $t('weight', { heavy: 100 }) }}</view>
|
||||
|
||||
<view class="text-green-500 mt-12">切换语言 </view>
|
||||
<view class="uni-list">
|
||||
|
||||
Reference in New Issue
Block a user