Post #59: Numerical Internationalization with Godot
Staying on the localization kick, I've learned about two new functions today from the docs:
format_number can be used to convert "Western Arabic numbers (0..9)" to the local numbering system passed in. parse_number can be used to convert numbers from the local numbering system passed in back to "Western Arabic numbers (0..9)".