l10nization
![[Flutter] l10n.yaml 파일 설정](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2Fs1GPm%2FbtsNkILRBv2%2FAAAAAAAAAAAAAAAAAAAAAEBMaFnfIE1mbLAHXFkbyeYEF_df2g7K-x0nt5VzmuLa%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1751295599%26allow_ip%3D%26allow_referer%3D%26signature%3DilQjCmiV9UWhrjzrFm7HZHvh9X0%253D)
[Flutter] l10n.yaml 파일 설정
arb-dir: lib/l10n/arbtemplate-arb-file: app_ko.arboutput-localization-file: app_localizations.dartoutput-dir: lib/l10nsynthetic-package: falsenullable-getter: falseuntranslated-messages-file: l10n_errors.txtno-nullable-getter: trueno-synthetic-package: truepreferred-supported-locales: koformat: trueintl 을 쓰고있다면 다양한 플러그인을 사용하기 좋은데디폴트 설정을 사용하지 않을때l10n.yaml 파일을 작성해서 써야 플러그인도 제대로 작동한다. L10nization :..