CodeAndWeb's GameDev Blog page 1/16
How to translate Angular apps: @angular/localize and xlf
In this tutorial you learn how to
- Translate your Angular application with @angular/localize
- Create and edit xliff (xlf) files
- Use ICU syntax to localize complex messages
- How to simplify your workflow with BabelEdit
How to create sprite sheets & animations for PixiJS 5
2020-04-16
texturepacker tutorial pixijs5 pixijs
In this tutorial you learn how to
- Create sprite sheets for PixiJS 5.x
- Optimize start up time with 8-bit png
- Edit pivot points visually
How to translate your Flutter app and edit your .arb files
In this tutorial you are going to learn:
- How to set up a demo Flutter application
- How to add internationalization to the Flutter app
- How to translate your Flutter app
- How to work with Application Resource Bundle files (.arb)
- How to simplify your workflow with BabelEdit
How to translate your Angular 8 app with ngx-translate
2019-06-06
babeledit tutorial ngx-translate angular
In this tutorial you are going to learn:
- How to translate your Angular 8 application
- How to set up ngx-translate 11
- How to update your translation files with ngx-translate-extract
- How to edit and maintain multiple JSON files
Tutorial: Translation with gettext + PHP
In this tutorial you are going to learn:
- Extract messages to translate with
xgettext
, stored as Portable Object Template file (.pot) - Use
msginit
andmsgmerge
to create a Portable Object file (.po) for each language - Convert the PO files into optimized Machine Object Files (.mo) using
msgfmt