We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9b31d commit 0517448Copy full SHA for 0517448
src/categories.toml
@@ -245,6 +245,20 @@ description = """
245
Crates to interface with specific CPU or other hardware features.\
246
"""
247
248
+[internationalization]
249
+name = "Internationalization (i18n)"
250
+description = """
251
+Crates to help develop software capable of adapting to various \
252
+languages and regions.\
253
+"""
254
+
255
+[localization]
256
+name = "Localization (L10n)"
257
258
+Crates to help adapting internationalized software to specific \
259
260
261
262
[memory-management]
263
name = "Memory management"
264
description = """
0 commit comments