Post AGynGWTee4SLKhjShU by Acer@qoto.org
(DIR) More posts by Acer@qoto.org
(DIR) Post #AGylKZyhN7LxRM3k4e by Acer@qoto.org
2022-03-01T19:49:23Z
0 likes, 0 repeats
are localization and internationalization the same thing in software?
(DIR) Post #AGym3j20Yg7KYA8PKa by hakerdefo@fosstodon.org
2022-03-01T19:57:22Z
0 likes, 0 repeats
@Acer I'm yet to come across "Internationalization" in any software!
(DIR) Post #AGymJrDbt1a2ZjFnFY by Acer@qoto.org
2022-03-01T20:00:17Z
0 likes, 0 repeats
@hakerdefo Did you see i18n before? that's Internationalization
(DIR) Post #AGymLONU5QvThrbWKW by Acer@qoto.org
2022-03-01T20:00:35Z
0 likes, 0 repeats
https://www.w3.org/International/questions/qa-i18n
(DIR) Post #AGymvN9o6ObgLVMbFg by hakerdefo@fosstodon.org
2022-03-01T20:07:13Z
0 likes, 0 repeats
@Acer I have. But you don't see it as an option in software. For example mastodon is an internationalized software whose Interface language setting can be changed to any supported language. You can have a setting to localize an application but you can't have a setting to internationalize an application.
(DIR) Post #AGyn8i4ldcxqzMMkiG by RyunoKi@layer8.space
2022-03-01T20:09:37Z
0 likes, 0 repeats
@AcerNot quite.Internationalisation (or i18n) is the process of making software translatable. Plus language specific things like dates, currencies and writing direction.Localisation (or l10n) is providing the translation but also taking care of locale specific nuances.Think Austrian vs. Germany vs. Switzerland German.Or UK vs. US vs. AU English.Or even North vs. South States.You can see that at the locale part (e.g. en_UK).
(DIR) Post #AGynFg2Dcpc2gYUoiW by Acer@qoto.org
2022-03-01T20:10:54Z
0 likes, 0 repeats
@hakerdefo oh yes
(DIR) Post #AGynGWTee4SLKhjShU by Acer@qoto.org
2022-03-01T20:11:05Z
0 likes, 0 repeats
@hakerdefo ohyes
(DIR) Post #AGynKstXEvaU19uwWe by Acer@qoto.org
2022-03-01T20:11:52Z
0 likes, 0 repeats
@RyunoKi Thanks
(DIR) Post #AGyojYRKWmA9lu3If2 by RyunoKi@layer8.space
2022-03-01T20:27:30Z
0 likes, 0 repeats
@AcerYou're welcome.
(DIR) Post #AGzepEQ74IIF2HVl2m by saoqingniang@go5.dev
2022-03-02T06:11:09Z
0 likes, 0 repeats
@Acer #国际化 (#internationalization )是#软件本地化 (#localization )正规流程的第一步,在开发初期就考虑到语序、单复数等差异在后期翻译时可能造成的问题并调整代码