1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Angular5における多言語機能の実現

Last updated at Posted at 2017-11-09

ng5-i18n-demo Angular5による多言語化のサンプル

MIT License

ng5-i18n-demo はAngular5における多言語化機能をテストするためのプログラムです。

ビデオ解説
https://youtu.be/5-6dwYtfRO4

概要

  • ng5-i18n-demo はAngular5を利用して多言語環境を実現したいと考えている人のためのプログラムです。

必要環境

  • Node.js
  • TypeScript2
  • Angular/Cli (for Angular5 or later)

インストール方法

このツールをインストールするためには、

  • まずこのプログラム用のディレクトリを作成し、そのディレクトリに移動します。
$ mkdir mydir
$ cd mydir
  • そのディレクトリで以下のようにクローンを作成します。
$ git clone https://github.com/Ohtsu/ng5-i18n-demo.git 
  • 作成された ng5-i18n-demo に移動し、"npm install"を実行します。
$ cd ng5-i18n-demo
$ npm install 

ローカルサーバ(英語版)の起動

以下のようにローカルサーバを起動します。

$ ng serve

次にブラウザで http://localhost:4200 にアクセスします。

  • 初期管理画面

他の言語でのサーバ(日本語)の起動

以下のようにローカルサーバを起動します。

$ npm run start:ja

次にブラウザで http://localhost:4200 にアクセスします。

  • 初期管理画面

バージョン

  • TypeScript : 2.4.2
  • @angular/cli : 1.5.0
  • Node : 6.11.3

参考文献

変更履歴

  • 2017.11.9 version 0.1 uploaded
  • 2017.11.14 ビデオのURLを修正

Copyright

copyright 2017 by Shuichi Ohtsu (DigiPub Japan)

License

MIT © Shuichi Ohtsu

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?