Kahla.App | Kahla is a cross-platform business messaging app | Dektop Application library

 by   AiursoftWeb TypeScript Version: v4.5.0 License: MIT

kandi X-RAY | Kahla.App Summary

kandi X-RAY | Kahla.App Summary

Kahla.App is a TypeScript library typically used in Apps, Dektop Application, Angular, React, Nodejs, Electron applications. Kahla.App has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Kahla is a cross-platform business messaging app.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              Kahla.App has a low active ecosystem.
              It has 408 star(s) with 91 fork(s). There are 17 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 25 open issues and 320 have been closed. On average issues are closed in 13 days. There are 10 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of Kahla.App is v4.5.0

            kandi-Quality Quality

              Kahla.App has no bugs reported.

            kandi-Security Security

              Kahla.App has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              Kahla.App is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              Kahla.App releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Kahla.App
            Get all kandi verified functions for this library.

            Kahla.App Key Features

            No Key Features are available at this moment for Kahla.App.

            Kahla.App Examples and Code Snippets

            No Code Snippets are available at this moment for Kahla.App.

            Community Discussions

            Trending Discussions on Kahla.App

            QUESTION

            Angular client-side language switching
            Asked 2020-Feb-06 at 16:42
            Background

            We are developing an app with Angular 8.2. This question is not related to AngularJs.

            Problem

            I have read the Angular localization document here: https://angular.io/guide/i18n

            But it seems that localization was done in the building process. After the app is built, it can't be changed. So how can we build an Angular app which supports language switching without the internet?

            CDN

            Our app is deployed behind CDN. The CDN servers reverse-proxy the HTML, JavaScript and CSS files and will cache all files passed. The server-side app language switching is not available.

            Electron edition

            And we have provided a client-side app based on the electron. We need to deliver the app once and the user can switch between different languages without the internet. But I have found no solution to it.

            Domain name

            You may mention that we can switch language via the switching the domain. But for CORS reason, our client-side app domain name is limited and can not be switched. So only one domain name is available.

            Google Play Store

            And we have built and published our app to the Google Play Store via TWA. The domain was registered with the app. Switching domains also cause downloading the app from Store again.

            Addition info

            And the source code of the app is here: https://github.com/AiursoftWeb/Kahla.App

            Just for possible additional info. Don't have to check it for answering this question.

            ...

            ANSWER

            Answered 2020-Feb-06 at 12:26

            We've faced similar requirements in past and that's why I created a blog post about translations in Angular as a code (without libs just your code and project architecture).

            https://medium.com/angular-in-depth/angular-typed-translations-29353f0a60bc

            To answer all of the challenges:

            CDN:

            • language mutation is on the route level (not domain)
              • domain.com/language/page
            • domain.com may include some redirect logic
              • for example, redirect to default language or determine it (we have a cloud function there that does that based on the browser request language preferences

            Electron:

            • Translations are present on the build time
            • Modules containing different i18n data are shipped with the app and lazyloaded when needed (but available for the electron instantly as it is bundled together)

            Domain:

            • again, language is switched using "route" not domain
              • example: domain.com/en/contact for English domain.com/cs/contact for Czech
            • it is great not only because of cors but also because of SEO and Crawlers
              • the most relevant part of the route comes first (language)

            Google Play Store:

            • same as with electron, it is bundled together
            • uses routing not domain

            Even if you decide not going with the "route" based switching, you may store the translations in your state management or wrapping service and access them as you would do with any other "async" data in the template via async pipe

            3rd Party: Some other solutions involving 3rd party libs are ngx-translate (deprecated) and Transloco

            Source https://stackoverflow.com/questions/60018146

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install Kahla.App

            You can download it from GitHub.

            Support

            There are many ways to contribute to the project: logging bugs, submitting pull requests, reporting issues, and creating suggestions. Even if you have push rights on the repository, you should create a personal fork and create feature branches there when you need them. This keeps the main repository clean, and your personal workflow cruft out of sight. We're also interested in your feedback for the future of this project. You can submit a suggestion or feature request through the issue tracker. To make this process more effective, we're asking that these include more information to help define them more clearly.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/AiursoftWeb/Kahla.App.git

          • CLI

            gh repo clone AiursoftWeb/Kahla.App

          • sshUrl

            git@github.com:AiursoftWeb/Kahla.App.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link