swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 5c19d44de99d75af2865d1d57b73ac625793d92f authored by Keno Fischer on 22 December 2017, 19:27:24 UTC
Iterate WIP
Tip revision: 5c19d44
i18n.jl
# This file is a part of Julia. License is MIT: https://julialang.org/license

using Base.I18n

@test locale()==""
locale("en_US")
@test locale()=="en_US"
back to top