getLocalePath method

String getLocalePath(
  1. String basePath,
  2. Locale locale
)

获取本地化路径

Implementation

String getLocalePath(String basePath, Locale locale) {
  return '$basePath/$locale';
}