INNER CODE UNIT · JavaScript

_setPidInfo

nisrulz/app-privacy-policy-generator · src/js/main.js:193

  function _setPidInfo() {
    if (state.pidInfoIn === "") {
      state.pidInfo = ".";
    } else {
      var prefix = translate("misc.pidInfoPrefix");
      var suffix = translate("misc.pidInfoSuffix");
      state.pidInfo = prefix + state.pidInfoIn + suffix;
    }
  }

  function _setAppTypeText() {
    state.typeOfAppTxt = ["Open Source", "Ad Supported"].includes(state.typeOfApp)
      ? "an " + state.typeOfApp
      : "a " + state.typeOfApp;
  }

  function platformWord(key) {
    var locale = window.__locale || {};

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…