Found 163 repositories(showing 30)
ant-design
🌏 example about`antd`/`antd-mobile` internationalization
evenchange4
👉 This is a standalone project for using react-intl-po with CRA.
robinske
No description available
damonbauer
An example React application to accompany the "Add Internationalization (i18n) to a React app using React Intl" Egghead.io course
paul-vd
example of using react-intl with serverless setup
Next.js App Router + Static Exports(output: "export") + i18n(next-intl)
lizhuoyuan
使用flutter intl插件进行国际化, 真的简单
JohnLindahlTech
A small example of react-intl 2
example using locize with react-intl
GiancarloCode
🔥🚀 I teach you how to Internationalize and localize your Flutter App and how to change the language and locale from the App using provider package and flutter_bloc package.
bmihelac
gatsby + react-intl without bundling all translations. Example: https://gatsby-react-intl-demo.netlify.com/
localizely
React internationalization with react-intl
namini40
No description available
shalkam
Example showing how to integrate react-intl inside create-react-app application
mikebridge
Example of i18n in typescript and react with react-intl
amannn
No description available
jgautheron
react-intl example for NextJS 2
No description available
tolgee
No description available
SinghDigamber
In this tutorial, we will learn how to Internationalize a React application using a react-intl package.
martin2844
example of next-intl implementation
jamiebuilds
Created with CodeSandbox
northerneyes
React Intl universal application example with hot reloading and strorybook
yashvesikar
NextJS + next-intl translation bundling/optimization example
sanity-io
An example of using sanity-plugin-intl-input
evenchange4
No description available
pchmn
Example using react-router, redux, react-intl and material-ui
CodeAndWeb
Example project for ember.js and ember-intl that explains how to easily translate your web app.
Storybook: fetch react-intl messages from API example.
venugopalachary
Local install ------------- First of all, if you're seeing the message **'system folder missing'** after launching your browser, then that means you have cloned the repository and have not built the project properly. 1. Dowload the latest [stable release](https://github.com/opensourcepos/opensourcepos/releases) from github or [unstable build](https://bintray.com/jekkos/opensourcepos/opensourcepos/view/files?sort=updated&order=asc#files) from bintray. A regular repository clone will not work unless you are brave enough to build the whole project! 2. Create/locate a new mysql database to install open source point of sale into 3. Execute the file database/database.sql to create the tables needed 4. unzip and upload Open Source Point of Sale files to web server 5. Modify application/config/database.php and modify credentials if needed to connect to your database 6. Modify application/config/config.php encryption key with your own 7. Go to your point of sale install public dir via the browser 8. LOGIN using * username: admin * password: pointofsale 9. Enjoy 10. Oops an issue? Please make sure you read the FAQ, wiki page and you checked open and closed issue on GitHub. PHP display_errors is disabled by default. Create an application/config/.env file from the .env.example to enable it in a development environment. Note : 1.) The installation is not correct, check your php.ini file: ****************************************************************** wove finally i got sucess. Thanks . HOW I SOLVE THIS Changed the following commonds in c:\xammp\php\php.ini file Enabling them all(removing simicolon) extension=php_bz2.dll extension=php_curl.dll extension=php_fileinfo.dll extension=php_gd2.dll extension=php_gettext.dll extension=php_gmp.dll extension=php_intl.dll extension=php_imap.dll extension=php_mbstring.dll extension=php_exif.dll extension=php_mysql.dll extension=php_mysqli.dll extension=php_pdo_mysql.dll extension=php_pdo_sqlite.dll and… extension=php_sockets.dll Then i stop the Apache server and restart them((its important to do this)) i got to access the http://localhost/pos/public/home page and really shouted from happiness. Please it's the best solution for those who are facing php ini problem