doc: Add oslo.i18n usage link
Add oslo.i18n usage link in oslo.i18n integration module to help developer use oslo.i18n. Change-Id: I8f2b02d05491f3597f06b6e668f3985f2b7dc5a7
This commit is contained in:
parent
85750a1913
commit
eadbe87151
@ -13,6 +13,12 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
"""oslo.i18n integration module.
|
||||
|
||||
See http://docs.openstack.org/developer/oslo.i18n/usage.html
|
||||
|
||||
"""
|
||||
|
||||
import oslo_i18n as i18n
|
||||
|
||||
_translators = i18n.TranslatorFactory(domain='ironic')
|
||||
|
Loading…
x
Reference in New Issue
Block a user